Html Css Color HEX #515311 Verdun Green

📋 copy color: '#515311'

red 81 ◦ green 83 ◦ blue 17

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

Shades of Verdun Green #515311

Tints of Verdun Green #515311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.86%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 44.75%
G = 45.86%
B = 9.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#515311 (or 0x515311) is known color: Verdun Green. HEX triplet: 51, 53 and 11. RGB value is (81,83,17). Sum of RGB (Red+Green+Blue) = 81+83+17=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #515311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515311 is #AEACEE. Grayscale: #4B4B4B. Windows color (decimal): -11447535 or 1135441. OLE color: 1135441.

HSL color Cylindrical-coordinate representation of color #515311: hue angle of 61.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #515311 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 83 17 -
CMYK 0.02 0 0.80 0.67
HSL 61.82º 0.66% 0.2% -
HSV(B) 61.82º 0.8% 0.33% -
XYZ 6.59 7.98 1.72 -
YUV 74.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 81 83 17 0.02 0 0.80 0.67 61.82 0.66 0.2
Hex 51 53 11 2 0 50 43 3E 42 14
Octal 121 123 21 2 0 120 103 76 102 24
Binary 1010001 1010011 10001 10 0 1010000 1000011 111110 1000010 10100

Color Harmonies of #515311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515311

Black with #515311

Text Example


Text Example

White with #515311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515311; }

 p { color: rgb(81,83,17); }

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

background-color css

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

 a { background-color: rgb(81,83,17); }

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

border-color css

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

 span { border-color: rgb(81,83,17); }

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