Html Css Color HEX #505110 Verdun Green

📋 copy color: '#505110'

red 80 ◦ green 81 ◦ blue 16

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

Shades of Verdun Green #505110

Tints of Verdun Green #505110

RGB

 RED value IS 80 (31.64% from 255) = 45.2%

 GREEN value IS 81 (32.03% from 255) = 45.76%

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

R = 45.2%
G = 45.76%
B = 9.04%

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

#505110 (or 0x505110) is known color: Verdun Green. HEX triplet: 50, 51 and 10. RGB value is (80,81,16). Sum of RGB (Red+Green+Blue) = 80+81+16=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #505110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505110 is #AFAEEF. Grayscale: #494949. Windows color (decimal): -11513584 or 1069392. OLE color: 1069392.

HSL color Cylindrical-coordinate representation of color #505110: hue angle of 60.92º 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 #505110 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 16 -
CMYK 0.01 0 0.80 0.68
HSL 60.92º 0.67% 0.19% -
HSV(B) 60.92º 0.8% 0.32% -
XYZ 6.34 7.63 1.63 -
YUV 73.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 80 81 16 0.01 0 0.80 0.68 60.92 0.67 0.19
Hex 50 51 10 1 0 50 44 3D 43 13
Octal 120 121 20 1 0 120 104 75 103 23
Binary 1010000 1010001 10000 1 0 1010000 1000100 111101 1000011 10011

Color Harmonies of #505110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505110

Black with #505110

Text Example


Text Example

White with #505110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505110; }

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

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

background-color css

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

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

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

border-color css

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

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

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