Html Css Color HEX #515210 Verdun Green

📋 copy color: '#515210'

red 81 ◦ green 82 ◦ blue 16

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

Shades of Verdun Green #515210

Tints of Verdun Green #515210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.94%

R = 45.25%
G = 45.81%
B = 8.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#515210 (or 0x515210) is known color: Verdun Green. HEX triplet: 51, 52 and 10. RGB value is (81,82,16). Sum of RGB (Red+Green+Blue) = 81+82+16=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #515210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515210 is #AEADEF. Grayscale: #4A4A4A. Windows color (decimal): -11447792 or 1069649. OLE color: 1069649.

HSL color Cylindrical-coordinate representation of color #515210: hue angle of 60.91º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #515210 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 82 16 -
CMYK 0.01 0 0.80 0.68
HSL 60.91º 0.67% 0.19% -
HSV(B) 60.91º 0.8% 0.32% -
XYZ 6.5 7.82 1.66 -
YUV 74.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 81 82 16 0.01 0 0.80 0.68 60.91 0.67 0.19
Hex 51 52 10 1 0 50 44 3D 43 13
Octal 121 122 20 1 0 120 104 75 103 23
Binary 1010001 1010010 10000 1 0 1010000 1000100 111101 1000011 10011

Color Harmonies of #515210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515210

Black with #515210

Text Example


Text Example

White with #515210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515210; }

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

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

background-color css

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

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

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

border-color css

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

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

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