#566002

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

Shades of Verdun Green #566002

Tints of Verdun Green #566002

Color information

#566002 (or 0x566002) is unknown color: approx Verdun Green. HEX triplet: 56, 60 and 02. RGB value is (86,96,2). Sum of RGB (Red+Green+Blue) = 86+96+2=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #566002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566002 is #A99FFD. Grayscale: #525252. Windows color (decimal): -11116542 or 155734. OLE color: 155734.

HSL color Cylindrical-coordinate representation of color #566002: hue angle of 66.38º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #566002 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB86962-
CMYK0.1000.980.62
HSL66.38º95.92%19.22%-
HSV(B)66.38º97.92%37.65%-
XYZ8.0310.351.63-
YUV82.2982.69130.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=46.74%
G=52.17%
B=1.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal869620.1000.980.6266.3895.9219.22
Hex56602A0623E426013
Octal12614021201427610214023
Binary10101101100000101010011000101111101000010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566002; }

 p { color: rgb(86,96,2); }

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

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

 a { background-color: rgb(86,96,2); }

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

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

 span { border-color: rgb(86,96,2); }

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