#506624

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

Shades of Green Leaf #506624

Tints of Green Leaf #506624

Color information

#506624 (or 0x506624) is unknown color: approx Green Leaf. HEX triplet: 50, 66 and 24. RGB value is (80,102,36). Sum of RGB (Red+Green+Blue) = 80+102+36=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #506624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506624 is #AF99DB. Grayscale: #585858. Windows color (decimal): -11508188 or 2385488. OLE color: 2385488.

HSL color Cylindrical-coordinate representation of color #506624: hue angle of 80º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #506624 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB8010236-
CMYK0.2200.650.6
HSL80º47.83%27.06%-
HSV(B)80º64.71%40%-
XYZ8.3811.343.42-
YUV87.998.71122.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 102 (40.23% from 255) = 46.79%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=36.70%
G=46.79%
B=16.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102360.2200.650.68047.8327.06
Hex506624160413C50301b
Octal12014644260101741206033
Binary101000011001101001001011001000001111100101000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506624; }

 p { color: rgb(80,102,36); }

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

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

 a { background-color: rgb(80,102,36); }

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

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

 span { border-color: rgb(80,102,36); }

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