#566007

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

Shades of Verdun Green #566007

Tints of Verdun Green #566007

Color information

#566007 (or 0x566007) is unknown color: approx Verdun Green. HEX triplet: 56, 60 and 07. RGB value is (86,96,7). Sum of RGB (Red+Green+Blue) = 86+96+7=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #566007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566007 is #A99FF8. Grayscale: #535353. Windows color (decimal): -11116537 or 483414. OLE color: 483414.

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

Color convert

RGB86967-
CMYK0.1000.930.62
HSL66.74º86.41%20.2%-
HSV(B)66.74º92.71%37.65%-
XYZ8.0610.361.78-
YUV82.8685.19130.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 7 (3.12% from 255) = 3.70%
R=45.50%
G=50.79%
B=3.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal869670.1000.930.6266.7486.4120.2
Hex56607A05D3E435614
Octal12614071201357610312624
Binary101011011000001111010010111011111101000011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566007; }

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

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

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

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

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

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

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

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