#565205

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

Shades of Verdun Green #565205

Tints of Verdun Green #565205

Color information

#565205 (or 0x565205) is unknown color: approx Verdun Green. HEX triplet: 56, 52 and 05. RGB value is (86,82,5). Sum of RGB (Red+Green+Blue) = 86+82+5=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #565205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565205 is #A9ADFA. Grayscale: #4A4A4A. Windows color (decimal): -11120123 or 348758. OLE color: 348758.

HSL color Cylindrical-coordinate representation of color #565205: hue angle of 57.04º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #565205 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB86825-
CMYK00.050.940.66
HSL57.04º89.01%17.84%-
HSV(B)57.04º94.19%33.73%-
XYZ6.888.021.33-
YUV74.4288.83136.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=49.71%
G=47.40%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8682500.050.940.6657.0489.0117.84
Hex56525055E42395912
Octal1261225051361027113122
Binary10101101010010101010110111101000010111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565205; }

 p { color: rgb(86,82,5); }

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

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

 a { background-color: rgb(86,82,5); }

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

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

 span { border-color: rgb(86,82,5); }

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