#565100

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

Shades of Verdun Green #565100

Tints of Verdun Green #565100

Color information

#565100 (or 0x565100) is unknown color: approx Verdun Green. HEX triplet: 56, 51 and 00. RGB value is (86,81,0). Sum of RGB (Red+Green+Blue) = 86+81+0=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #565100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565100 is #A9AEFF. Grayscale: #494949. Windows color (decimal): -11120384 or 20822. OLE color: 20822.

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

Color convert

RGB86810-
CMYK00.0610.66
HSL56.51º100%16.86%-
HSV(B)56.51º100%33.73%-
XYZ6.787.861.16-
YUV73.2686.66137.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 81 (32.03% from 255) = 48.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.50%
G=48.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8681000.0610.6656.5110016.86
Hex56510066442396411
Octal1261210061441027114421
Binary101011010100010011011001001000010111001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565100; }

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

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

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

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

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

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

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

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