Html Css Color HEX #506116 Verdun Green

📋 copy color: '#506116'

red 80 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #506116

Tints of Verdun Green #506116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.74%

 BLUE value IS 22 (8.98% from 255) = 11.06%

R = 40.2%
G = 48.74%
B = 11.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#506116 (or 0x506116) is known color: Verdun Green. HEX triplet: 50, 61 and 16. RGB value is (80,97,22). Sum of RGB (Red+Green+Blue) = 80+97+22=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #506116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506116 is #AF9EE9. Grayscale: #535353. Windows color (decimal): -11509482 or 1466704. OLE color: 1466704.

HSL color Cylindrical-coordinate representation of color #506116: hue angle of 73.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #506116 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 22 -
CMYK 0.18 0 0.77 0.62
HSL 73.6º 0.63% 0.23% -
HSV(B) 73.6º 0.77% 0.38% -
XYZ 7.73 10.31 2.34 -
YUV 83.37 93.37 125.6 -
System Red Green Blue C M Y K H S L
Decimal 80 97 22 0.18 0 0.77 0.62 73.6 0.63 0.23
Hex 50 61 16 12 0 4D 3E 4A 3F 17
Octal 120 141 26 22 0 115 76 112 77 27
Binary 1010000 1100001 10110 10010 0 1001101 111110 1001010 111111 10111

Color Harmonies of #506116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506116

Black with #506116

Text Example


Text Example

White with #506116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506116; }

 p { color: rgb(80,97,22); }

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

background-color css

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

 a { background-color: rgb(80,97,22); }

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

border-color css

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

 span { border-color: rgb(80,97,22); }

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