#506F16

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

Shades of Green Leaf #506F16

Tints of Green Leaf #506F16

Color information

#506F16 (or 0x506F16) is unknown color: approx Green Leaf. HEX triplet: 50, 6F and 16. RGB value is (80,111,22). Sum of RGB (Red+Green+Blue) = 80+111+22=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #506F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506F16 is #AF90E9. Grayscale: #5B5B5B. Windows color (decimal): -11505898 or 1470288. OLE color: 1470288.

HSL color Cylindrical-coordinate representation of color #506F16: hue angle of 80.9º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #506F16 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB8011122-
CMYK0.2800.800.56
HSL80.9º66.92%26.08%-
HSV(B)80.9º80.18%43.53%-
XYZ9.1413.132.81-
YUV91.5888.73119.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 111 (43.75% from 255) = 52.11%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=37.56%
G=52.11%
B=10.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111220.2800.800.5680.966.9226.08
Hex506F161C0503851431a
Octal120157263401207012110332
Binary101000011011111011011100010100001110001010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506F16; }

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

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

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

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

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

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

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

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