#556203

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

Shades of Verdun Green #556203

Tints of Verdun Green #556203

Color information

#556203 (or 0x556203) is unknown color: approx Verdun Green. HEX triplet: 55, 62 and 03. RGB value is (85,98,3). Sum of RGB (Red+Green+Blue) = 85+98+3=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #556203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556203 is #AA9DFC. Grayscale: #535353. Windows color (decimal): -11181565 or 221781. OLE color: 221781.

HSL color Cylindrical-coordinate representation of color #556203: hue angle of 68.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #556203 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB85983-
CMYK0.1300.970.62
HSL68.21º94.06%19.8%-
HSV(B)68.21º96.94%38.43%-
XYZ8.1310.671.72-
YUV83.2882.69129.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 3 (1.56% from 255) = 1.61%
R=45.70%
G=52.69%
B=1.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal859830.1300.970.6268.2194.0619.8
Hex55623D0613E445e14
Octal12514231501417610413624
Binary10101011100010111101011000011111101000100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556203; }

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

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

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

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

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

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

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

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