#54640C

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

Shades of Verdun Green #54640C

Tints of Verdun Green #54640C

Color information

#54640C (or 0x54640C) is unknown color: approx Verdun Green. HEX triplet: 54, 64 and 0C. RGB value is (84,100,12). Sum of RGB (Red+Green+Blue) = 84+100+12=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #54640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54640C is #AB9BF3. Grayscale: #555555. Windows color (decimal): -11246580 or 812116. OLE color: 812116.

HSL color Cylindrical-coordinate representation of color #54640C: hue angle of 70.91º 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 #54640C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB8410012-
CMYK0.1600.880.61
HSL70.91º78.57%21.96%-
HSV(B)70.91º88%39.22%-
XYZ8.2811.032.04-
YUV85.1886.7127.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 51.02%
BLUE value IS 12 (5.08% from 255) = 6.12%
R=42.86%
G=51.02%
B=6.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84100120.1600.880.6170.9178.5721.96
Hex5464C100583D474f16
Octal124144142001307510711726
Binary10101001100100110010000010110001111011000111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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