#555206

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

Shades of Verdun Green #555206

Tints of Verdun Green #555206

Color information

#555206 (or 0x555206) is unknown color: approx Verdun Green. HEX triplet: 55, 52 and 06. RGB value is (85,82,6). Sum of RGB (Red+Green+Blue) = 85+82+6=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #555206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555206 is #AAADF9. Grayscale: #4A4A4A. Windows color (decimal): -11185658 or 414293. OLE color: 414293.

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

Color convert

RGB85826-
CMYK00.040.930.67
HSL57.72º86.81%17.84%-
HSV(B)57.72º92.94%33.33%-
XYZ6.87.981.35-
YUV74.2389.49135.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 6 (2.73% from 255) = 3.47%
R=49.13%
G=47.40%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8582600.040.930.6757.7286.8117.84
Hex55526045D433a5712
Octal1251226041351037212722
Binary10101011010010110010010111011000011111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555206; }

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

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

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

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

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

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

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

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