#555F08

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

Shades of Verdun Green #555F08

Tints of Verdun Green #555F08

Color information

#555F08 (or 0x555F08) is unknown color: approx Verdun Green. HEX triplet: 55, 5F and 08. RGB value is (85,95,8). Sum of RGB (Red+Green+Blue) = 85+95+8=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 95 (37.5% from 255 or 50.53% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 95 - color contains mainly: green. Hex color #555F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F08 is #AAA0F7. Grayscale: #525252. Windows color (decimal): -11182328 or 548693. OLE color: 548693.

HSL color Cylindrical-coordinate representation of color #555F08: hue angle of 66.9º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #555F08 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.63.

Color convert

RGB85958-
CMYK0.1100.920.63
HSL66.9º84.47%20.2%-
HSV(B)66.9º91.58%37.25%-
XYZ7.8810.131.77-
YUV82.0986.19130.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 95 (37.5% from 255) = 50.53%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=45.21%
G=50.53%
B=4.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal859580.1100.920.6366.984.4720.2
Hex555F8B05C3F435414
Octal125137101301347710312424
Binary1010101101111110001011010111001111111000011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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