#54580C

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

Shades of Verdun Green #54580C

Tints of Verdun Green #54580C

Color information

#54580C (or 0x54580C) is unknown color: approx Verdun Green. HEX triplet: 54, 58 and 0C. RGB value is (84,88,12). Sum of RGB (Red+Green+Blue) = 84+88+12=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #54580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54580C is #ABA7F3. Grayscale: #4E4E4E. Windows color (decimal): -11249652 or 809044. OLE color: 809044.

HSL color Cylindrical-coordinate representation of color #54580C: hue angle of 63.16º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54580C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB848812-
CMYK0.0500.860.65
HSL63.16º76%19.61%-
HSV(B)63.16º86.36%34.51%-
XYZ7.218.891.68-
YUV78.1490.67132.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 88 (34.77% from 255) = 47.83%
BLUE value IS 12 (5.08% from 255) = 6.52%
R=45.65%
G=47.83%
B=6.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488120.0500.860.6563.167619.61
Hex5458C5056413f4c14
Octal12413014501261017711424
Binary101010010110001100101010101101000001111111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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