#564F02

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

Shades of Verdun Green #564F02

Tints of Verdun Green #564F02

Color information

#564F02 (or 0x564F02) is unknown color: approx Verdun Green. HEX triplet: 56, 4F and 02. RGB value is (86,79,2). Sum of RGB (Red+Green+Blue) = 86+79+2=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #564F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F02 is #A9B0FD. Grayscale: #484848. Windows color (decimal): -11120894 or 151382. OLE color: 151382.

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

Color convert

RGB86792-
CMYK00.080.980.66
HSL55º95.45%17.25%-
HSV(B)55º97.67%33.73%-
XYZ6.647.571.17-
YUV72.3188.32137.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=51.50%
G=47.31%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8679200.080.980.665595.4517.25
Hex564F2086242375f11
Octal12611720101421026713721
Binary10101101001111100100011000101000010110111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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