Html Css Color HEX #515814 Verdun Green

📋 copy color: '#515814'

red 81 ◦ green 88 ◦ blue 20

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

Shades of Verdun Green #515814

Tints of Verdun Green #515814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.56%

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

R = 42.86%
G = 46.56%
B = 10.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#515814 (or 0x515814) is known color: Verdun Green. HEX triplet: 51, 58 and 14. RGB value is (81,88,20). Sum of RGB (Red+Green+Blue) = 81+88+20=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #515814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515814 is #AEA7EB. Grayscale: #4E4E4E. Windows color (decimal): -11446252 or 1333329. OLE color: 1333329.

HSL color Cylindrical-coordinate representation of color #515814: hue angle of 66.18º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #515814 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 20 -
CMYK 0.08 0 0.77 0.65
HSL 66.18º 0.63% 0.21% -
HSV(B) 66.18º 0.77% 0.35% -
XYZ 7.01 8.78 1.99 -
YUV 78.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 81 88 20 0.08 0 0.77 0.65 66.18 0.63 0.21
Hex 51 58 14 8 0 4D 41 42 3F 15
Octal 121 130 24 10 0 115 101 102 77 25
Binary 1010001 1011000 10100 1000 0 1001101 1000001 1000010 111111 10101

Color Harmonies of #515814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515814

Black with #515814

Text Example


Text Example

White with #515814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515814; }

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

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

background-color css

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

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

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

border-color css

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

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

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