#555B09

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

Shades of Verdun Green #555B09

Tints of Verdun Green #555B09

Color information

#555B09 (or 0x555B09) is unknown color: approx Verdun Green. HEX triplet: 55, 5B and 09. RGB value is (85,91,9). Sum of RGB (Red+Green+Blue) = 85+91+9=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #555B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555B09 is #AAA4F6. Grayscale: #505050. Windows color (decimal): -11183351 or 613205. OLE color: 613205.

HSL color Cylindrical-coordinate representation of color #555B09: hue angle of 64.39º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #555B09 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB85919-
CMYK0.0700.900.64
HSL64.39º82%19.61%-
HSV(B)64.39º90.11%35.69%-
XYZ7.549.431.68-
YUV79.8688.01131.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 91 (35.94% from 255) = 49.19%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=45.95%
G=49.19%
B=4.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal859190.0700.900.6464.398219.61
Hex555B9705A40405214
Octal125133117013210010012224
Binary1010101101101110011110101101010000001000000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,91,9); }

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

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

 a { background-color: rgb(85,91,9); }

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

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

 span { border-color: rgb(85,91,9); }

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