#506B1C

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

Shades of Green Leaf #506B1C

Tints of Green Leaf #506B1C

Color information

#506B1C (or 0x506B1C) is unknown color: approx Green Leaf. HEX triplet: 50, 6B and 1C. RGB value is (80,107,28). Sum of RGB (Red+Green+Blue) = 80+107+28=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #506B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B1C is #AF94E3. Grayscale: #5A5A5A. Windows color (decimal): -11506916 or 1862480. OLE color: 1862480.

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

Color convert

RGB8010728-
CMYK0.2500.740.58
HSL80.51º58.52%26.47%-
HSV(B)80.51º73.83%41.96%-
XYZ8.7812.33.01-
YUV89.9293.05120.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 28 (11.33% from 255) = 13.02%
R=37.21%
G=49.77%
B=13.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107280.2500.740.5880.5158.5226.47
Hex506B1C1904A3A513b1a
Octal12015334310112721217332
Binary10100001101011111001100101001010111010101000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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