#506E15

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

Shades of Green Leaf #506E15

Tints of Green Leaf #506E15

Color information

#506E15 (or 0x506E15) is unknown color: approx Green Leaf. HEX triplet: 50, 6E and 15. RGB value is (80,110,21). Sum of RGB (Red+Green+Blue) = 80+110+21=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #506E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506E15 is #AF91EA. Grayscale: #5B5B5B. Windows color (decimal): -11506155 or 1404496. OLE color: 1404496.

HSL color Cylindrical-coordinate representation of color #506E15: hue angle of 80.22º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #506E15 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB8011021-
CMYK0.2700.810.57
HSL80.22º67.94%25.69%-
HSV(B)80.22º80.91%43.14%-
XYZ9.0212.912.73-
YUV90.8888.56120.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=37.91%
G=52.13%
B=9.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80110210.2700.810.5780.2267.9425.69
Hex506E151B0513950441a
Octal120156253301217112010432
Binary101000011011101010111011010100011110011010000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,110,21); }

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

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

 a { background-color: rgb(80,110,21); }

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

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

 span { border-color: rgb(80,110,21); }

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