#54590E

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

Shades of Verdun Green #54590E

Tints of Verdun Green #54590E

Color information

#54590E (or 0x54590E) is unknown color: approx Verdun Green. HEX triplet: 54, 59 and 0E. RGB value is (84,89,14). Sum of RGB (Red+Green+Blue) = 84+89+14=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #54590E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54590E is #ABA6F1. Grayscale: #4F4F4F. Windows color (decimal): -11249394 or 940372. OLE color: 940372.

HSL color Cylindrical-coordinate representation of color #54590E: hue angle of 64º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54590E is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB848914-
CMYK0.0600.840.65
HSL64º72.82%20.2%-
HSV(B)64º84.27%34.9%-
XYZ7.319.061.78-
YUV78.9691.34131.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 89 (35.16% from 255) = 47.59%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=44.92%
G=47.59%
B=7.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489140.0600.840.656472.8220.2
Hex5459E605441404914
Octal124131166012410110011124
Binary1010100101100111101100101010010000011000000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54590E; }

 p { color: rgb(84,89,14); }

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

<style>
 a { background-color: #54590E; }

 a { background-color: rgb(84,89,14); }

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

<style>
 span { border-color: #54590E; }

 span { border-color: rgb(84,89,14); }

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