#565001

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

Shades of Verdun Green #565001

Tints of Verdun Green #565001

Color information

#565001 (or 0x565001) is unknown color: approx Verdun Green. HEX triplet: 56, 50 and 01. RGB value is (86,80,1). Sum of RGB (Red+Green+Blue) = 86+80+1=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #565001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565001 is #A9AFFE. Grayscale: #494949. Windows color (decimal): -11120639 or 86102. OLE color: 86102.

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

Color convert

RGB86801-
CMYK00.070.990.66
HSL55.76º97.7%17.06%-
HSV(B)55.76º98.84%33.73%-
XYZ6.717.721.16-
YUV72.7987.49137.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=51.50%
G=47.90%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8680100.070.990.6655.7697.717.06
Hex56501076342386211
Octal1261201071431027014221
Binary101011010100001011111000111000010111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565001; }

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

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

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

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

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

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

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

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