#55600D

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

Shades of Verdun Green #55600D

Tints of Verdun Green #55600D

Color information

#55600D (or 0x55600D) is unknown color: approx Verdun Green. HEX triplet: 55, 60 and 0D. RGB value is (85,96,13). Sum of RGB (Red+Green+Blue) = 85+96+13=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #55600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55600D is #AA9FF2. Grayscale: #535353. Windows color (decimal): -11182067 or 876629. OLE color: 876629.

HSL color Cylindrical-coordinate representation of color #55600D: hue angle of 67.95º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55600D is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB859613-
CMYK0.1100.860.62
HSL67.95º76.15%21.37%-
HSV(B)67.95º86.46%37.65%-
XYZ810.331.95-
YUV83.2588.36129.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=43.81%
G=49.48%
B=6.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596130.1100.860.6267.9576.1521.37
Hex5560DB0563E444c15
Octal125140151301267610411425
Binary1010101110000011011011010101101111101000100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55600D; }

 p { color: rgb(85,96,13); }

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

<style>
 a { background-color: #55600D; }

 a { background-color: rgb(85,96,13); }

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

<style>
 span { border-color: #55600D; }

 span { border-color: rgb(85,96,13); }

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