#565000

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

Shades of Verdun Green #565000

Tints of Verdun Green #565000

Color information

#565000 (or 0x565000) is unknown color: approx Verdun Green. HEX triplet: 56, 50 and 00. RGB value is (86,80,0). Sum of RGB (Red+Green+Blue) = 86+80+0=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #565000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565000 is #A9AFFF. Grayscale: #494949. Windows color (decimal): -11120640 or 20566. OLE color: 20566.

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

Color convert

RGB86800-
CMYK00.0710.66
HSL55.81º100%16.86%-
HSV(B)55.81º100%33.73%-
XYZ6.717.721.14-
YUV72.6786.99137.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.81%
G=48.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8680000.0710.6655.8110016.86
Hex56500076442386411
Octal1261200071441027014421
Binary101011010100000011111001001000010111000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565000; }

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

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

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

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

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

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

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

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