#555703

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

Shades of Verdun Green #555703

Tints of Verdun Green #555703

Color information

#555703 (or 0x555703) is unknown color: approx Verdun Green. HEX triplet: 55, 57 and 03. RGB value is (85,87,3). Sum of RGB (Red+Green+Blue) = 85+87+3=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #555703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555703 is #AAA8FC. Grayscale: #4D4D4D. Windows color (decimal): -11184381 or 218965. OLE color: 218965.

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

Color convert

RGB85873-
CMYK0.0200.970.66
HSL61.43º93.33%17.65%-
HSV(B)61.43º96.55%34.12%-
XYZ7.178.751.4-
YUV76.8386.34133.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=48.57%
G=49.71%
B=1.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal858730.0200.970.6661.4393.3317.65
Hex555732061423d5d12
Octal1251273201411027513522
Binary101010110101111110011000011000010111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555703; }

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

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

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

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

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

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

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

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