#506216

Color #506216 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #506216

Tints of Verdun Green #506216

Color information

#506216 (or 0x506216) is unknown color: approx Verdun Green. HEX triplet: 50, 62 and 16. RGB value is (80,98,22). Sum of RGB (Red+Green+Blue) = 80+98+22=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #506216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506216 is #AF9DE9. Grayscale: #545454. Windows color (decimal): -11509226 or 1466960. OLE color: 1466960.

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

Color convert

RGB809822-
CMYK0.1800.780.62
HSL74.21º63.33%23.53%-
HSV(B)74.21º77.55%38.43%-
XYZ7.8210.52.37-
YUV83.9593.04125.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 98 (38.67% from 255) = 49%
BLUE value IS 22 (8.98% from 255) = 11%
R=40%
G=49%
B=11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098220.1800.780.6274.2163.3323.53
Hex5062161204E3E4a3f18
Octal12014226220116761127730
Binary10100001100010101101001001001110111110100101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506216; }

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

 H1.HeaderClassName
 {
   color: #506216;
 }
 .AnyTagClassName
 {
   color: #506216;
 }
</style>
background-color css

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

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

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

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

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

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