#564F01

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

Shades of Verdun Green #564F01

Tints of Verdun Green #564F01

Color information

#564F01 (or 0x564F01) is unknown color: approx Verdun Green. HEX triplet: 56, 4F and 01. RGB value is (86,79,1). Sum of RGB (Red+Green+Blue) = 86+79+1=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #564F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F01 is #A9B0FE. Grayscale: #484848. Windows color (decimal): -11120895 or 85846. OLE color: 85846.

HSL color Cylindrical-coordinate representation of color #564F01: hue angle of 55.06º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #564F01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB86791-
CMYK00.080.990.66
HSL55.06º97.7%17.06%-
HSV(B)55.06º98.84%33.73%-
XYZ6.647.571.14-
YUV72.287.82137.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=51.81%
G=47.59%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8679100.080.990.6655.0697.717.06
Hex564F1086342376211
Octal12611710101431026714221
Binary1010110100111110100011000111000010110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564F01; }

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

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

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

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

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

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

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

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