#566104

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

Shades of Verdun Green #566104

Tints of Verdun Green #566104

Color information

#566104 (or 0x566104) is unknown color: approx Verdun Green. HEX triplet: 56, 61 and 04. RGB value is (86,97,4). Sum of RGB (Red+Green+Blue) = 86+97+4=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #566104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566104 is #A99EFB. Grayscale: #535353. Windows color (decimal): -11116284 or 287062. OLE color: 287062.

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

Color convert

RGB86974-
CMYK0.1100.960.62
HSL67.1º92.08%19.8%-
HSV(B)67.1º95.88%38.04%-
XYZ8.1310.541.72-
YUV83.1183.36130.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=45.99%
G=51.87%
B=2.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal869740.1100.960.6267.192.0819.8
Hex56614B0603E435c14
Octal12614141301407610313424
Binary101011011000011001011011000001111101000011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566104; }

 p { color: rgb(86,97,4); }

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

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

 a { background-color: rgb(86,97,4); }

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

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

 span { border-color: rgb(86,97,4); }

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