Html Css Color HEX #565501 Verdun Green

📋 copy color: '#565501'

red 86 ◦ green 85 ◦ blue 1

#565501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #565501

Tints of Verdun Green #565501

RGB

 RED value IS 86 (33.98% from 255) = 50%

 GREEN value IS 85 (33.59% from 255) = 49.42%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 50%
G = 49.42%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#565501 (or 0x565501) is known color: Verdun Green. HEX triplet: 56, 55 and 01. RGB value is (86,85,1). Sum of RGB (Red+Green+Blue) = 86+85+1=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #565501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565501 is #A9AAFE. Grayscale: #4C4C4C. Windows color (decimal): -11119359 or 87382. OLE color: 87382.

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

Color convert

RGB 86 85 1 -
CMYK 0 0.01 0.99 0.66
HSL 59.29º 0.98% 0.17% -
HSV(B) 59.29º 0.99% 0.34% -
XYZ 7.09 8.48 1.29 -
YUV 75.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 86 85 1 0 0.01 0.99 0.66 59.29 0.98 0.17
Hex 56 55 1 0 1 63 42 3B 62 11
Octal 126 125 1 0 1 143 102 73 142 21
Binary 1010110 1010101 1 0 1 1100011 1000010 111011 1100010 10001

Color Harmonies of #565501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565501

Black with #565501

Text Example


Text Example

White with #565501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565501; }

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

 H1.HeaderClassName
 {
   color: #565501;
 }
 .AnyTagClassName
 {
   color: #565501;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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