Html Css Color HEX #515714 Verdun Green

📋 copy color: '#515714'

red 81 ◦ green 87 ◦ blue 20

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

Shades of Verdun Green #515714

Tints of Verdun Green #515714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 46.28%

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

R = 43.09%
G = 46.28%
B = 10.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#515714 (or 0x515714) is known color: Verdun Green. HEX triplet: 51, 57 and 14. RGB value is (81,87,20). Sum of RGB (Red+Green+Blue) = 81+87+20=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #515714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515714 is #AEA8EB. Grayscale: #4D4D4D. Windows color (decimal): -11446508 or 1333073. OLE color: 1333073.

HSL color Cylindrical-coordinate representation of color #515714: hue angle of 65.37º degrees, saturation: 0.63, 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 #515714 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 87 20 -
CMYK 0.07 0 0.77 0.66
HSL 65.37º 0.63% 0.21% -
HSV(B) 65.37º 0.77% 0.34% -
XYZ 6.93 8.62 1.96 -
YUV 77.57 95.51 130.45 -
System Red Green Blue C M Y K H S L
Decimal 81 87 20 0.07 0 0.77 0.66 65.37 0.63 0.21
Hex 51 57 14 7 0 4D 42 41 3F 15
Octal 121 127 24 7 0 115 102 101 77 25
Binary 1010001 1010111 10100 111 0 1001101 1000010 1000001 111111 10101

Color Harmonies of #515714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515714

Black with #515714

Text Example


Text Example

White with #515714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515714; }

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

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

background-color css

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

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

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

border-color css

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

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

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