#565102

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

Shades of Verdun Green #565102

Tints of Verdun Green #565102

Color information

#565102 (or 0x565102) is unknown color: approx Verdun Green. HEX triplet: 56, 51 and 02. RGB value is (86,81,2). Sum of RGB (Red+Green+Blue) = 86+81+2=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #565102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565102 is #A9AEFD. Grayscale: #494949. Windows color (decimal): -11120382 or 151894. OLE color: 151894.

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

Color convert

RGB86812-
CMYK00.060.980.66
HSL56.43º95.45%17.25%-
HSV(B)56.43º97.67%33.73%-
XYZ6.797.871.22-
YUV73.4987.66136.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 81 (32.03% from 255) = 47.93%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=50.89%
G=47.93%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8681200.060.980.6656.4395.4517.25
Hex56512066242385f11
Octal1261212061421027013721
Binary1010110101000110011011000101000010111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565102; }

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

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

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

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

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

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

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

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