#53640C

Color #53640C Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #53640C

Tints of Verdun Green #53640C

Color information

#53640C (or 0x53640C) is unknown color: approx Verdun Green. HEX triplet: 53, 64 and 0C. RGB value is (83,100,12). Sum of RGB (Red+Green+Blue) = 83+100+12=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #53640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53640C is #AC9BF3. Grayscale: #555555. Windows color (decimal): -11312116 or 812115. OLE color: 812115.

HSL color Cylindrical-coordinate representation of color #53640C: hue angle of 71.59º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53640C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB8310012-
CMYK0.1700.880.61
HSL71.59º78.57%21.96%-
HSV(B)71.59º88%39.22%-
XYZ8.1910.982.04-
YUV84.8886.87126.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=42.56%
G=51.28%
B=6.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83100120.1700.880.6171.5978.5721.96
Hex5364C110583D484f16
Octal123144142101307511011726
Binary10100111100100110010001010110001111011001000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53640C; }

 p { color: rgb(83,100,12); }

 H1.HeaderClassName
 {
   color: #53640C;
 }
 .AnyTagClassName
 {
   color: #53640C;
 }
</style>
background-color css

<style>
 a { background-color: #53640C; }

 a { background-color: rgb(83,100,12); }

 div.DivClassName
 {
   background-color: #53640C;
 }
 .BgClassName
 {
   background-color: #53640C;
 }
</style>
border-color css

<style>
 span { border-color: #53640C; }

 span { border-color: rgb(83,100,12); }

 td.TdClassName
 {
   border-color: #53640C;
 }
 .TagClassName
 {
   border-color: #53640C;
 }
</style>