#565305

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

Shades of Verdun Green #565305

Tints of Verdun Green #565305

Color information

#565305 (or 0x565305) is unknown color: approx Verdun Green. HEX triplet: 56, 53 and 05. RGB value is (86,83,5). Sum of RGB (Red+Green+Blue) = 86+83+5=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #565305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565305 is #A9ACFA. Grayscale: #4B4B4B. Windows color (decimal): -11119867 or 349014. OLE color: 349014.

HSL color Cylindrical-coordinate representation of color #565305: hue angle of 57.78º 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 #565305 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB86835-
CMYK00.030.940.66
HSL57.78º89.01%17.84%-
HSV(B)57.78º94.19%33.73%-
XYZ6.968.181.35-
YUV7588.49135.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=49.43%
G=47.70%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8683500.030.940.6657.7889.0117.84
Hex56535035E423a5912
Octal1261235031361027213122
Binary1010110101001110101110111101000010111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565305; }

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

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

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

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

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

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

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

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