#506B15

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

Shades of Green Leaf #506B15

Tints of Green Leaf #506B15

Color information

#506B15 (or 0x506B15) is unknown color: approx Green Leaf. HEX triplet: 50, 6B and 15. RGB value is (80,107,21). Sum of RGB (Red+Green+Blue) = 80+107+21=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #506B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506B15 is #AF94EA. Grayscale: #595959. Windows color (decimal): -11506923 or 1403728. OLE color: 1403728.

HSL color Cylindrical-coordinate representation of color #506B15: hue angle of 78.84º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #506B15 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB8010721-
CMYK0.2500.800.58
HSL78.84º67.19%25.1%-
HSV(B)78.84º80.37%41.96%-
XYZ8.712.282.62-
YUV89.1289.55121.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=38.46%
G=51.44%
B=10.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107210.2500.800.5878.8467.1925.1
Hex506B15190503A4f4319
Octal120153253101207211710331
Binary101000011010111010111001010100001110101001111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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