#555003

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

Shades of Verdun Green #555003

Tints of Verdun Green #555003

Color information

#555003 (or 0x555003) is unknown color: approx Verdun Green. HEX triplet: 55, 50 and 03. RGB value is (85,80,3). Sum of RGB (Red+Green+Blue) = 85+80+3=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #555003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555003 is #AAAFFC. Grayscale: #494949. Windows color (decimal): -11186173 or 217173. OLE color: 217173.

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

Color convert

RGB85803-
CMYK00.060.960.67
HSL56.34º93.18%17.25%-
HSV(B)56.34º96.47%33.33%-
XYZ6.637.681.22-
YUV72.7288.66136.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 3 (1.56% from 255) = 1.79%
R=50.60%
G=47.62%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8580300.060.960.6756.3493.1817.25
Hex55503066043385d11
Octal1251203061401037013521
Binary1010101101000011011011000001000011111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555003; }

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

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

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

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

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

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

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

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