Html Css Color HEX #506716 Verdun Green

📋 copy color: '#506716'

red 80 ◦ green 103 ◦ blue 22

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

Shades of Verdun Green #506716

Tints of Verdun Green #506716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.24%

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

R = 39.02%
G = 50.24%
B = 10.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#506716 (or 0x506716) is known color: Verdun Green. HEX triplet: 50, 67 and 16. RGB value is (80,103,22). Sum of RGB (Red+Green+Blue) = 80+103+22=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #506716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506716 is #AF98E9. Grayscale: #575757. Windows color (decimal): -11507946 or 1468240. OLE color: 1468240.

HSL color Cylindrical-coordinate representation of color #506716: hue angle of 77.04º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #506716 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 22 -
CMYK 0.22 0 0.79 0.60
HSL 77.04º 0.65% 0.25% -
HSV(B) 77.04º 0.79% 0.4% -
XYZ 8.3 11.46 2.53 -
YUV 86.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 80 103 22 0.22 0 0.79 0.60 77.04 0.65 0.25
Hex 50 67 16 16 0 4F 3C 4D 41 19
Octal 120 147 26 26 0 117 74 115 101 31
Binary 1010000 1100111 10110 10110 0 1001111 111100 1001101 1000001 11001

Color Harmonies of #506716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506716

Black with #506716

Text Example


Text Example

White with #506716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506716; }

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

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

background-color css

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

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

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

border-color css

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

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

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