#555106

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

Shades of Verdun Green #555106

Tints of Verdun Green #555106

Color information

#555106 (or 0x555106) is unknown color: approx Verdun Green. HEX triplet: 55, 51 and 06. RGB value is (85,81,6). Sum of RGB (Red+Green+Blue) = 85+81+6=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #555106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555106 is #AAAEF9. Grayscale: #494949. Windows color (decimal): -11185914 or 414037. OLE color: 414037.

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

Color convert

RGB85816-
CMYK00.050.930.67
HSL56.96º86.81%17.84%-
HSV(B)56.96º92.94%33.33%-
XYZ6.727.831.33-
YUV73.6589.83136.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 81 (32.03% from 255) = 47.09%
BLUE value IS 6 (2.73% from 255) = 3.49%
R=49.42%
G=47.09%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8581600.050.930.6756.9686.8117.84
Hex55516055D43395712
Octal1251216051351037112722
Binary10101011010001110010110111011000011111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555106; }

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

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

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

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

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

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

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

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