#506616

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

Shades of Verdun Green #506616

Tints of Verdun Green #506616

Color information

#506616 (or 0x506616) is unknown color: approx 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

RGB8010222-
CMYK0.2200.780.6
HSL76.5º64.52%24.31%-
HSV(B)76.5º78.43%40%-
XYZ8.211.272.5-
YUV86.391.71123.5-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102220.2200.780.676.564.5224.31
Hex5066161604E3C4c4118
Octal120146262601167411410130
Binary101000011001101011010110010011101111001001100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>