#506924

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

Shades of Green Leaf #506924

Tints of Green Leaf #506924

Color information

#506924 (or 0x506924) is unknown color: approx Green Leaf. HEX triplet: 50, 69 and 24. RGB value is (80,105,36). Sum of RGB (Red+Green+Blue) = 80+105+36=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #506924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506924 is #AF96DB. Grayscale: #595959. Windows color (decimal): -11507420 or 2386256. OLE color: 2386256.

HSL color Cylindrical-coordinate representation of color #506924: hue angle of 81.74º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #506924 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB8010536-
CMYK0.2400.660.59
HSL81.74º48.94%27.65%-
HSV(B)81.74º65.71%41.18%-
XYZ8.6811.943.52-
YUV89.6697.72121.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 36 (14.45% from 255) = 16.29%
R=36.20%
G=47.51%
B=16.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105360.2400.660.5981.7448.9427.65
Hex506924180423B52311c
Octal12015144300102731226134
Binary101000011010011001001100001000010111011101001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506924; }

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

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

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

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

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

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

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

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