Html Css Color HEX #566014 Verdun Green

📋 copy color: '#566014'

red 86 ◦ green 96 ◦ blue 20

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

Shades of Verdun Green #566014

Tints of Verdun Green #566014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.52%

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 42.57%
G = 47.52%
B = 9.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#566014 (or 0x566014) is known color: Verdun Green. HEX triplet: 56, 60 and 14. RGB value is (86,96,20). Sum of RGB (Red+Green+Blue) = 86+96+20=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #566014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566014 is #A99FEB. Grayscale: #545454. Windows color (decimal): -11116524 or 1335382. OLE color: 1335382.

HSL color Cylindrical-coordinate representation of color #566014: hue angle of 67.89º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #566014 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 20 -
CMYK 0.10 0 0.79 0.62
HSL 67.89º 0.66% 0.23% -
HSV(B) 67.89º 0.79% 0.38% -
XYZ 8.15 10.39 2.24 -
YUV 84.35 91.69 129.18 -
System Red Green Blue C M Y K H S L
Decimal 86 96 20 0.10 0 0.79 0.62 67.89 0.66 0.23
Hex 56 60 14 A 0 4F 3E 44 42 17
Octal 126 140 24 12 0 117 76 104 102 27
Binary 1010110 1100000 10100 1010 0 1001111 111110 1000100 1000010 10111

Color Harmonies of #566014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566014

Black with #566014

Text Example


Text Example

White with #566014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566014; }

 p { color: rgb(86,96,20); }

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

background-color css

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

 a { background-color: rgb(86,96,20); }

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

border-color css

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

 span { border-color: rgb(86,96,20); }

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