#565504

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

Shades of Verdun Green #565504

Tints of Verdun Green #565504

Color information

#565504 (or 0x565504) is unknown color: approx Verdun Green. HEX triplet: 56, 55 and 04. RGB value is (86,85,4). Sum of RGB (Red+Green+Blue) = 86+85+4=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #565504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565504 is #A9AAFB. Grayscale: #4C4C4C. Windows color (decimal): -11119356 or 283990. OLE color: 283990.

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

Color convert

RGB86854-
CMYK00.010.950.66
HSL59.27º91.11%17.65%-
HSV(B)59.27º95.35%33.73%-
XYZ7.118.481.38-
YUV76.0687.33135.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=49.14%
G=48.57%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8685400.010.950.6659.2791.1117.65
Hex56554015F423b5b12
Octal1261254011371027313322
Binary101011010101011000110111111000010111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565504; }

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

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

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

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

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

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

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

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