#506B1D

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

Shades of Green Leaf #506B1D

Tints of Green Leaf #506B1D

Color information

#506B1D (or 0x506B1D) is unknown color: approx Green Leaf. HEX triplet: 50, 6B and 1D. RGB value is (80,107,29). Sum of RGB (Red+Green+Blue) = 80+107+29=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #506B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B1D is #AF94E2. Grayscale: #5A5A5A. Windows color (decimal): -11506915 or 1928016. OLE color: 1928016.

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

Color convert

RGB8010729-
CMYK0.2500.730.58
HSL80.77º57.35%26.67%-
HSV(B)80.77º72.9%41.96%-
XYZ8.7912.313.08-
YUV90.0493.55120.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 107 (42.19% from 255) = 49.54%
BLUE value IS 29 (11.72% from 255) = 13.43%
R=37.04%
G=49.54%
B=13.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107290.2500.730.5880.7757.3526.67
Hex506B1D190493A51391b
Octal12015335310111721217133
Binary10100001101011111011100101001001111010101000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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