#506324

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

Shades of Green Leaf #506324

Tints of Green Leaf #506324

Color information

#506324 (or 0x506324) is unknown color: approx Green Leaf. HEX triplet: 50, 63 and 24. RGB value is (80,99,36). Sum of RGB (Red+Green+Blue) = 80+99+36=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #506324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506324 is #AF9CDB. Grayscale: #565656. Windows color (decimal): -11508956 or 2384720. OLE color: 2384720.

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

Color convert

RGB809936-
CMYK0.1900.640.61
HSL78.1º46.67%26.47%-
HSV(B)78.1º63.64%38.82%-
XYZ8.0910.763.32-
YUV86.1499.71123.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 36 (14.45% from 255) = 16.74%
R=37.21%
G=46.05%
B=16.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099360.1900.640.6178.146.6726.47
Hex506324130403D4e2f1a
Octal12014344230100751165732
Binary101000011000111001001001101000000111101100111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506324; }

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

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

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

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

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

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

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

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