Html Css Color HEX #515212 Verdun Green

📋 copy color: '#515212'

red 81 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #515212

Tints of Verdun Green #515212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.3%

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

R = 44.75%
G = 45.3%
B = 9.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#515212 (or 0x515212) is known color: Verdun Green. HEX triplet: 51, 52 and 12. RGB value is (81,82,18). Sum of RGB (Red+Green+Blue) = 81+82+18=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #515212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515212 is #AEADED. Grayscale: #4A4A4A. Windows color (decimal): -11447790 or 1200721. OLE color: 1200721.

HSL color Cylindrical-coordinate representation of color #515212: hue angle of 60.94º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #515212 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 82 18 -
CMYK 0.01 0 0.78 0.68
HSL 60.94º 0.64% 0.2% -
HSV(B) 60.94º 0.78% 0.32% -
XYZ 6.52 7.83 1.74 -
YUV 74.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 81 82 18 0.01 0 0.78 0.68 60.94 0.64 0.2
Hex 51 52 12 1 0 4E 44 3D 40 14
Octal 121 122 22 1 0 116 104 75 100 24
Binary 1010001 1010010 10010 1 0 1001110 1000100 111101 1000000 10100

Color Harmonies of #515212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515212

Black with #515212

Text Example


Text Example

White with #515212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515212; }

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

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

background-color css

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

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

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

border-color css

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

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

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