Html Css Color HEX #566201 Verdun Green

📋 copy color: '#566201'

red 86 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #566201

Tints of Verdun Green #566201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.97%

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

R = 46.49%
G = 52.97%
B = 0.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#566201 (or 0x566201) is known color: Verdun Green. HEX triplet: 56, 62 and 01. RGB value is (86,98,1). Sum of RGB (Red+Green+Blue) = 86+98+1=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #566201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566201 is #A99DFE. Grayscale: #535353. Windows color (decimal): -11116031 or 90710. OLE color: 90710.

HSL color Cylindrical-coordinate representation of color #566201: hue angle of 67.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #566201 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 98 1 -
CMYK 0.12 0 0.99 0.62
HSL 67.42º 0.98% 0.19% -
HSV(B) 67.42º 0.99% 0.38% -
XYZ 8.21 10.72 1.66 -
YUV 83.35 81.52 129.89 -
System Red Green Blue C M Y K H S L
Decimal 86 98 1 0.12 0 0.99 0.62 67.42 0.98 0.19
Hex 56 62 1 C 0 63 3E 43 62 13
Octal 126 142 1 14 0 143 76 103 142 23
Binary 1010110 1100010 1 1100 0 1100011 111110 1000011 1100010 10011

Color Harmonies of #566201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566201

Black with #566201

Text Example


Text Example

White with #566201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566201; }

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

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

background-color css

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

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

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

border-color css

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

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

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