#506724

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

Shades of Green Leaf #506724

Tints of Green Leaf #506724

Color information

#506724 (or 0x506724) is unknown color: approx Green Leaf. HEX triplet: 50, 67 and 24. RGB value is (80,103,36). Sum of RGB (Red+Green+Blue) = 80+103+36=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #506724 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506724 is #AF98DB. Grayscale: #585858. Windows color (decimal): -11507932 or 2385744. OLE color: 2385744.

HSL color Cylindrical-coordinate representation of color #506724: hue angle of 80.6º 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 #506724 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB8010336-
CMYK0.2200.650.60
HSL80.6º48.2%27.25%-
HSV(B)80.6º65.05%40.39%-
XYZ8.4811.533.45-
YUV88.4898.38121.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 103 (40.62% from 255) = 47.03%
BLUE value IS 36 (14.45% from 255) = 16.44%
R=36.53%
G=47.03%
B=16.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103360.2200.650.6080.648.227.25
Hex506724160413C51301b
Octal12014744260101741216033
Binary101000011001111001001011001000001111100101000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506724; }

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

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

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

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

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

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

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

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