Html Css Color HEX #506616 Verdun Green

📋 copy color: '#506616'

red 80 ◦ green 102 ◦ blue 22

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

Shades of Verdun Green #506616

Tints of Verdun Green #506616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50%

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

R = 39.22%
G = 50%
B = 10.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#506616 (or 0x506616) is known color: Verdun Green. HEX triplet: 50, 66 and 16. RGB value is (80,102,22). Sum of RGB (Red+Green+Blue) = 80+102+22=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #506616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506616 is #AF99E9. Grayscale: #565656. Windows color (decimal): -11508202 or 1467984. OLE color: 1467984.

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

Color convert

RGB 80 102 22 -
CMYK 0.22 0 0.78 0.6
HSL 76.5º 0.65% 0.24% -
HSV(B) 76.5º 0.78% 0.4% -
XYZ 8.2 11.27 2.5 -
YUV 86.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 80 102 22 0.22 0 0.78 0.6 76.5 0.65 0.24
Hex 50 66 16 16 0 4E 3C 4C 41 18
Octal 120 146 26 26 0 116 74 114 101 30
Binary 1010000 1100110 10110 10110 0 1001110 111100 1001100 1000001 11000

Color Harmonies of #506616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506616

Black with #506616

Text Example


Text Example

White with #506616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506616; }

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

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

background-color css

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

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

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

border-color css

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

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

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