#555009

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

Shades of Verdun Green #555009

Tints of Verdun Green #555009

Color information

#555009 (or 0x555009) is unknown color: approx Verdun Green. HEX triplet: 55, 50 and 09. RGB value is (85,80,9). Sum of RGB (Red+Green+Blue) = 85+80+9=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #555009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555009 is #AAAFF6. Grayscale: #494949. Windows color (decimal): -11186167 or 610389. OLE color: 610389.

HSL color Cylindrical-coordinate representation of color #555009: hue angle of 56.05º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #555009 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85809-
CMYK00.060.890.67
HSL56.05º80.85%18.43%-
HSV(B)56.05º89.41%33.33%-
XYZ6.667.691.39-
YUV73.491.66136.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=48.85%
G=45.98%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8580900.060.890.6756.0580.8518.43
Hex55509065943385112
Octal12512011061311037012122
Binary101010110100001001011010110011000011111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555009; }

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

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

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

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

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

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

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

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