#509048

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

Shades of Hippie Green #509048

Tints of Hippie Green #509048

Color information

#509048 (or 0x509048) is unknown color: approx Hippie Green. HEX triplet: 50, 90 and 48. RGB value is (80,144,72). Sum of RGB (Red+Green+Blue) = 80+144+72=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #509048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509048 is #AF6FB7. Grayscale: #747474. Windows color (decimal): -11497400 or 4755536. OLE color: 4755536.

HSL color Cylindrical-coordinate representation of color #509048: hue angle of 113.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509048 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB8014472-
CMYK0.4400.500.44
HSL113.33º33.33%42.35%-
HSV(B)113.33º50%56.47%-
XYZ14.4522.129.64-
YUV116.66102.8101.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=27.03%
G=48.65%
B=24.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80144720.4400.500.44113.3333.3342.35
Hex5090482C0322C71212a
Octal12022011054062541614152
Binary101000010010000100100010110001100101011001110001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509048; }

 p { color: rgb(80,144,72); }

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

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

 a { background-color: rgb(80,144,72); }

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

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

 span { border-color: rgb(80,144,72); }

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