#545C0C

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

Shades of Verdun Green #545C0C

Tints of Verdun Green #545C0C

Color information

#545C0C (or 0x545C0C) is unknown color: approx Verdun Green. HEX triplet: 54, 5C and 0C. RGB value is (84,92,12). Sum of RGB (Red+Green+Blue) = 84+92+12=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #545C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545C0C is #ABA3F3. Grayscale: #505050. Windows color (decimal): -11248628 or 810068. OLE color: 810068.

HSL color Cylindrical-coordinate representation of color #545C0C: hue angle of 66º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #545C0C is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB849212-
CMYK0.0900.870.64
HSL66º76.92%20.39%-
HSV(B)66º86.96%36.08%-
XYZ7.559.571.8-
YUV80.4989.35130.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 92 (36.33% from 255) = 48.94%
BLUE value IS 12 (5.08% from 255) = 6.38%
R=44.68%
G=48.94%
B=6.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492120.0900.870.646676.9220.39
Hex545CC905740424d14
Octal1241341411012710010211524
Binary10101001011100110010010101011110000001000010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545C0C; }

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

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

<style>
 a { background-color: #545C0C; }

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

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

<style>
 span { border-color: #545C0C; }

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

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