Html Css Color HEX #515712 Verdun Green

📋 copy color: '#515712'

red 81 ◦ green 87 ◦ blue 18

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

Shades of Verdun Green #515712

Tints of Verdun Green #515712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 43.55%
G = 46.77%
B = 9.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#515712 (or 0x515712) is known color: Verdun Green. HEX triplet: 51, 57 and 12. RGB value is (81,87,18). Sum of RGB (Red+Green+Blue) = 81+87+18=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #515712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515712 is #AEA8ED. Grayscale: #4D4D4D. Windows color (decimal): -11446510 or 1202001. OLE color: 1202001.

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

Color convert

RGB 81 87 18 -
CMYK 0.07 0 0.79 0.66
HSL 65.22º 0.66% 0.21% -
HSV(B) 65.22º 0.79% 0.34% -
XYZ 6.91 8.61 1.87 -
YUV 77.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 81 87 18 0.07 0 0.79 0.66 65.22 0.66 0.21
Hex 51 57 12 7 0 4F 42 41 42 15
Octal 121 127 22 7 0 117 102 101 102 25
Binary 1010001 1010111 10010 111 0 1001111 1000010 1000001 1000010 10101

Color Harmonies of #515712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515712

Black with #515712

Text Example


Text Example

White with #515712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515712; }

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

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

background-color css

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

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

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

border-color css

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

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

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