Html Css Color HEX #515611 Verdun Green

📋 copy color: '#515611'

red 81 ◦ green 86 ◦ blue 17

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

Shades of Verdun Green #515611

Tints of Verdun Green #515611

RGB

 RED value IS 81 (32.03% from 255) = 44.02%

 GREEN value IS 86 (33.98% from 255) = 46.74%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 44.02%
G = 46.74%
B = 9.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#515611 (or 0x515611) is known color: Verdun Green. HEX triplet: 51, 56 and 11. RGB value is (81,86,17). Sum of RGB (Red+Green+Blue) = 81+86+17=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #515611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515611 is #AEA9EE. Grayscale: #4C4C4C. Windows color (decimal): -11446767 or 1136209. OLE color: 1136209.

HSL color Cylindrical-coordinate representation of color #515611: hue angle of 64.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #515611 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 86 17 -
CMYK 0.06 0 0.80 0.66
HSL 64.35º 0.67% 0.2% -
HSV(B) 64.35º 0.8% 0.34% -
XYZ 6.82 8.45 1.8 -
YUV 76.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 81 86 17 0.06 0 0.80 0.66 64.35 0.67 0.2
Hex 51 56 11 6 0 50 42 40 43 14
Octal 121 126 21 6 0 120 102 100 103 24
Binary 1010001 1010110 10001 110 0 1010000 1000010 1000000 1000011 10100

Color Harmonies of #515611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515611

Black with #515611

Text Example


Text Example

White with #515611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515611; }

 p { color: rgb(81,86,17); }

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

background-color css

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

 a { background-color: rgb(81,86,17); }

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

border-color css

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

 span { border-color: rgb(81,86,17); }

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