#565101

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

Shades of Verdun Green #565101

Tints of Verdun Green #565101

Color information

#565101 (or 0x565101) is unknown color: approx Verdun Green. HEX triplet: 56, 51 and 01. RGB value is (86,81,1). Sum of RGB (Red+Green+Blue) = 86+81+1=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #565101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565101 is #A9AEFE. Grayscale: #494949. Windows color (decimal): -11120383 or 86358. OLE color: 86358.

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

Color convert

RGB86811-
CMYK00.060.990.66
HSL56.47º97.7%17.06%-
HSV(B)56.47º98.84%33.73%-
XYZ6.797.871.19-
YUV73.3887.16137-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 81 (32.03% from 255) = 48.21%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=51.19%
G=48.21%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8681100.060.990.6656.4797.717.06
Hex56511066342386211
Octal1261211061431027014221
Binary101011010100011011011000111000010111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565101; }

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

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

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

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

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

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

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

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