#54580F

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

Shades of Verdun Green #54580F

Tints of Verdun Green #54580F

Color information

#54580F (or 0x54580F) is unknown color: approx Verdun Green. HEX triplet: 54, 58 and 0F. RGB value is (84,88,15). Sum of RGB (Red+Green+Blue) = 84+88+15=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #54580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54580F is #ABA7F0. Grayscale: #4E4E4E. Windows color (decimal): -11249649 or 1005652. OLE color: 1005652.

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

Color convert

RGB848815-
CMYK0.0500.830.65
HSL63.29º70.87%20.2%-
HSV(B)63.29º82.95%34.51%-
XYZ7.238.91.79-
YUV78.4892.17131.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 88 (34.77% from 255) = 47.06%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=44.92%
G=47.06%
B=8.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488150.0500.830.6563.2970.8720.2
Hex5458F5053413f4714
Octal12413017501231017710724
Binary101010010110001111101010100111000001111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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