Html Css Color HEX #515512 Verdun Green

📋 copy color: '#515512'

red 81 ◦ green 85 ◦ blue 18

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

Shades of Verdun Green #515512

Tints of Verdun Green #515512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.2%

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

R = 44.02%
G = 46.2%
B = 9.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#515512 (or 0x515512) is known color: Verdun Green. HEX triplet: 51, 55 and 12. RGB value is (81,85,18). Sum of RGB (Red+Green+Blue) = 81+85+18=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #515512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515512 is #AEAAED. Grayscale: #4C4C4C. Windows color (decimal): -11447022 or 1201489. OLE color: 1201489.

HSL color Cylindrical-coordinate representation of color #515512: hue angle of 63.58º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #515512 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 18 -
CMYK 0.05 0 0.79 0.67
HSL 63.58º 0.65% 0.2% -
HSV(B) 63.58º 0.79% 0.33% -
XYZ 6.75 8.29 1.82 -
YUV 76.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 81 85 18 0.05 0 0.79 0.67 63.58 0.65 0.2
Hex 51 55 12 5 0 4F 43 40 41 14
Octal 121 125 22 5 0 117 103 100 101 24
Binary 1010001 1010101 10010 101 0 1001111 1000011 1000000 1000001 10100

Color Harmonies of #515512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515512

Black with #515512

Text Example


Text Example

White with #515512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515512; }

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

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

background-color css

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

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

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

border-color css

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

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

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