#565104

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

Shades of Verdun Green #565104

Tints of Verdun Green #565104

Color information

#565104 (or 0x565104) is unknown color: approx Verdun Green. HEX triplet: 56, 51 and 04. RGB value is (86,81,4). Sum of RGB (Red+Green+Blue) = 86+81+4=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #565104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565104 is #A9AEFB. Grayscale: #4A4A4A. Windows color (decimal): -11120380 or 282966. OLE color: 282966.

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

Color convert

RGB86814-
CMYK00.060.950.66
HSL56.34º91.11%17.65%-
HSV(B)56.34º95.35%33.73%-
XYZ6.87.871.28-
YUV73.7288.66136.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=50.29%
G=47.37%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8681400.060.950.6656.3491.1117.65
Hex56514065F42385b12
Octal1261214061371027013322
Binary10101101010001100011010111111000010111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565104; }

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

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

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

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

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

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

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

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