Html Css Color HEX #515614 Verdun Green

📋 copy color: '#515614'

red 81 ◦ green 86 ◦ blue 20

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

Shades of Verdun Green #515614

Tints of Verdun Green #515614

RGB

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

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

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

R = 43.32%
G = 45.99%
B = 10.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#515614 (or 0x515614) is known color: Verdun Green. HEX triplet: 51, 56 and 14. RGB value is (81,86,20). Sum of RGB (Red+Green+Blue) = 81+86+20=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #515614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515614 is #AEA9EB. Grayscale: #4D4D4D. Windows color (decimal): -11446764 or 1332817. OLE color: 1332817.

HSL color Cylindrical-coordinate representation of color #515614: hue angle of 64.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #515614 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 86 20 -
CMYK 0.06 0 0.77 0.66
HSL 64.55º 0.62% 0.21% -
HSV(B) 64.55º 0.77% 0.34% -
XYZ 6.85 8.46 1.93 -
YUV 76.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 81 86 20 0.06 0 0.77 0.66 64.55 0.62 0.21
Hex 51 56 14 6 0 4D 42 41 3E 15
Octal 121 126 24 6 0 115 102 101 76 25
Binary 1010001 1010110 10100 110 0 1001101 1000010 1000001 111110 10101

Color Harmonies of #515614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515614

Black with #515614

Text Example


Text Example

White with #515614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515614; }

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

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

background-color css

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

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

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

border-color css

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

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

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