#555D08

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

Shades of Verdun Green #555D08

Tints of Verdun Green #555D08

Color information

#555D08 (or 0x555D08) is unknown color: approx Verdun Green. HEX triplet: 55, 5D and 08. RGB value is (85,93,8). Sum of RGB (Red+Green+Blue) = 85+93+8=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #555D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555D08 is #AAA2F7. Grayscale: #515151. Windows color (decimal): -11182840 or 548181. OLE color: 548181.

HSL color Cylindrical-coordinate representation of color #555D08: hue angle of 65.65º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #555D08 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB85938-
CMYK0.0900.910.64
HSL65.65º84.16%19.8%-
HSV(B)65.65º91.4%36.47%-
XYZ7.79.781.71-
YUV80.9286.85130.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 93 (36.72% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=45.70%
G=50%
B=4.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal859380.0900.910.6465.6584.1619.8
Hex555D8905B40425414
Octal1251351011013310010212424
Binary10101011011101100010010101101110000001000010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555D08; }

 p { color: rgb(85,93,8); }

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

<style>
 a { background-color: #555D08; }

 a { background-color: rgb(85,93,8); }

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

<style>
 span { border-color: #555D08; }

 span { border-color: rgb(85,93,8); }

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