#555303

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

Shades of Verdun Green #555303

Tints of Verdun Green #555303

Color information

#555303 (or 0x555303) is unknown color: approx Verdun Green. HEX triplet: 55, 53 and 03. RGB value is (85,83,3). Sum of RGB (Red+Green+Blue) = 85+83+3=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #555303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555303 is #AAACFC. Grayscale: #4A4A4A. Windows color (decimal): -11185405 or 217941. OLE color: 217941.

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

Color convert

RGB85833-
CMYK00.020.960.67
HSL58.54º93.18%17.25%-
HSV(B)58.54º96.47%33.33%-
XYZ6.868.121.29-
YUV74.4887.66135.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=49.71%
G=48.54%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8583300.020.960.6758.5493.1817.25
Hex555330260433b5d11
Octal1251233021401037313521
Binary101010110100111101011000001000011111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555303; }

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

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

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

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

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

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

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

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