#555702

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

Shades of Verdun Green #555702

Tints of Verdun Green #555702

Color information

#555702 (or 0x555702) is unknown color: approx Verdun Green. HEX triplet: 55, 57 and 02. RGB value is (85,87,2). Sum of RGB (Red+Green+Blue) = 85+87+2=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #555702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555702 is #AAA8FD. Grayscale: #4D4D4D. Windows color (decimal): -11184382 or 153429. OLE color: 153429.

HSL color Cylindrical-coordinate representation of color #555702: hue angle of 61.41º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #555702 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB85872-
CMYK0.0200.980.66
HSL61.41º95.51%17.45%-
HSV(B)61.41º97.7%34.12%-
XYZ7.178.751.37-
YUV76.7185.84133.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 87 (34.38% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=48.85%
G=50%
B=1.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal858720.0200.980.6661.4195.5117.45
Hex555722062423d6011
Octal1251272201421027514021
Binary101010110101111010011000101000010111101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555702; }

 p { color: rgb(85,87,2); }

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

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

 a { background-color: rgb(85,87,2); }

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

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

 span { border-color: rgb(85,87,2); }

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