#555109

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

Shades of Verdun Green #555109

Tints of Verdun Green #555109

Color information

#555109 (or 0x555109) is unknown color: approx Verdun Green. HEX triplet: 55, 51 and 09. RGB value is (85,81,9). Sum of RGB (Red+Green+Blue) = 85+81+9=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #555109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555109 is #AAAEF6. Grayscale: #4A4A4A. Windows color (decimal): -11185911 or 610645. OLE color: 610645.

HSL color Cylindrical-coordinate representation of color #555109: hue angle of 56.84º 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 #555109 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85819-
CMYK00.050.890.67
HSL56.84º80.85%18.43%-
HSV(B)56.84º89.41%33.33%-
XYZ6.747.841.42-
YUV73.9991.33135.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=48.57%
G=46.29%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8581900.050.890.6756.8480.8518.43
Hex55519055943395112
Octal12512111051311037112122
Binary101010110100011001010110110011000011111001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555109; }

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

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

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

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

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

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

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

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