#556702

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

Shades of Verdun Green #556702

Tints of Verdun Green #556702

Color information

#556702 (or 0x556702) is unknown color: approx Verdun Green. HEX triplet: 55, 67 and 02. RGB value is (85,103,2). Sum of RGB (Red+Green+Blue) = 85+103+2=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #556702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556702 is #AA98FD. Grayscale: #565656. Windows color (decimal): -11180286 or 157525. OLE color: 157525.

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

Color convert

RGB851032-
CMYK0.1700.980.60
HSL70.69º96.19%20.59%-
HSV(B)70.69º98.06%40.39%-
XYZ8.6111.641.85-
YUV86.180.54127.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 103 (40.62% from 255) = 54.21%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=44.74%
G=54.21%
B=1.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8510320.1700.980.6070.6996.1920.59
Hex55672110623C476015
Octal12514722101427410714025
Binary101010111001111010001011000101111001000111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556702; }

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

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

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

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

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

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

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

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