#508F49

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

Shades of Hippie Green #508F49

Tints of Hippie Green #508F49

Color information

#508F49 (or 0x508F49) is unknown color: approx Hippie Green. HEX triplet: 50, 8F and 49. RGB value is (80,143,73). Sum of RGB (Red+Green+Blue) = 80+143+73=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #508F49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508F49 is #AF70B6. Grayscale: #747474. Windows color (decimal): -11497655 or 4820816. OLE color: 4820816.

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

Color convert

RGB8014373-
CMYK0.4400.490.44
HSL114º32.41%42.35%-
HSV(B)114º48.95%56.08%-
XYZ14.3321.839.76-
YUV116.18103.63102.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 143 (56.25% from 255) = 48.31%
BLUE value IS 73 (28.91% from 255) = 24.66%
R=27.03%
G=48.31%
B=24.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80143730.4400.490.4411432.4142.35
Hex508F492C0312C72202a
Octal12021711154061541624052
Binary101000010001111100100110110001100011011001110010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508F49; }

 p { color: rgb(80,143,73); }

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

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

 a { background-color: rgb(80,143,73); }

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

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

 span { border-color: rgb(80,143,73); }

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