Html Css Color HEX #515914 Verdun Green

📋 copy color: '#515914'

red 81 ◦ green 89 ◦ blue 20

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

Shades of Verdun Green #515914

Tints of Verdun Green #515914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.84%

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

R = 42.63%
G = 46.84%
B = 10.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#515914 (or 0x515914) is known color: Verdun Green. HEX triplet: 51, 59 and 14. RGB value is (81,89,20). Sum of RGB (Red+Green+Blue) = 81+89+20=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #515914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515914 is #AEA6EB. Grayscale: #4F4F4F. Windows color (decimal): -11445996 or 1333585. OLE color: 1333585.

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

Color convert

RGB 81 89 20 -
CMYK 0.09 0 0.78 0.65
HSL 66.96º 0.63% 0.21% -
HSV(B) 66.96º 0.78% 0.35% -
XYZ 7.09 8.94 2.01 -
YUV 78.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 81 89 20 0.09 0 0.78 0.65 66.96 0.63 0.21
Hex 51 59 14 9 0 4E 41 43 3F 15
Octal 121 131 24 11 0 116 101 103 77 25
Binary 1010001 1011001 10100 1001 0 1001110 1000001 1000011 111111 10101

Color Harmonies of #515914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515914

Black with #515914

Text Example


Text Example

White with #515914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515914; }

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

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

background-color css

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

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

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

border-color css

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

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

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