#506329

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

Shades of Green Leaf #506329

Tints of Green Leaf #506329

Color information

#506329 (or 0x506329) is unknown color: approx Green Leaf. HEX triplet: 50, 63 and 29. RGB value is (80,99,41). Sum of RGB (Red+Green+Blue) = 80+99+41=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #506329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506329 is #AF9CD6. Grayscale: #565656. Windows color (decimal): -11508951 or 2712400. OLE color: 2712400.

HSL color Cylindrical-coordinate representation of color #506329: hue angle of 79.66º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #506329 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB809941-
CMYK0.1900.590.61
HSL79.66º41.43%27.45%-
HSV(B)79.66º58.59%38.82%-
XYZ8.1710.793.75-
YUV86.71102.21123.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 41 (16.41% from 255) = 18.64%
R=36.36%
G=45%
B=18.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099410.1900.590.6179.6641.4327.45
Hex5063291303B3D50291b
Octal1201435123073751205133
Binary10100001100011101001100110111011111101101000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506329; }

 p { color: rgb(80,99,41); }

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

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

 a { background-color: rgb(80,99,41); }

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

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

 span { border-color: rgb(80,99,41); }

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