#566701

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

Shades of Verdun Green #566701

Tints of Verdun Green #566701

Color information

#566701 (or 0x566701) is unknown color: approx Verdun Green. HEX triplet: 56, 67 and 01. RGB value is (86,103,1). Sum of RGB (Red+Green+Blue) = 86+103+1=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #566701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566701 is #A998FE. Grayscale: #565656. Windows color (decimal): -11114751 or 91990. OLE color: 91990.

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

Color convert

RGB861031-
CMYK0.1700.990.60
HSL70º98.08%20.39%-
HSV(B)70º99.03%40.39%-
XYZ8.6911.681.83-
YUV86.2979.87127.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 103 (40.62% from 255) = 54.21%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=45.26%
G=54.21%
B=0.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8610310.1700.990.607098.0820.39
Hex56671110633C466214
Octal12614712101437410614224
Binary10101101100111110001011000111111001000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566701; }

 p { color: rgb(86,103,1); }

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

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

 a { background-color: rgb(86,103,1); }

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

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

 span { border-color: rgb(86,103,1); }

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