#55540F

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

Shades of Verdun Green #55540F

Tints of Verdun Green #55540F

Color information

#55540F (or 0x55540F) is unknown color: approx Verdun Green. HEX triplet: 55, 54 and 0F. RGB value is (85,84,15). Sum of RGB (Red+Green+Blue) = 85+84+15=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55540F is #AAABF0. Grayscale: #4C4C4C. Windows color (decimal): -11185137 or 1004629. OLE color: 1004629.

HSL color Cylindrical-coordinate representation of color #55540F: hue angle of 59.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55540F is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB858415-
CMYK00.010.820.67
HSL59.14º70%19.61%-
HSV(B)59.14º82.35%33.33%-
XYZ78.311.69-
YUV76.4393.33134.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=46.20%
G=45.65%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85841500.010.820.6759.147019.61
Hex5554F0152433b4614
Octal12512417011221037310624
Binary1010101101010011110110100101000011111011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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