#508F48

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

Shades of Hippie Green #508F48

Tints of Hippie Green #508F48

Color information

#508F48 (or 0x508F48) is unknown color: approx Hippie Green. HEX triplet: 50, 8F and 48. RGB value is (80,143,72). Sum of RGB (Red+Green+Blue) = 80+143+72=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #508F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508F48 is #AF70B7. Grayscale: #747474. Windows color (decimal): -11497656 or 4755280. OLE color: 4755280.

HSL color Cylindrical-coordinate representation of color #508F48: hue angle of 113.24º 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 #508F48 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB8014372-
CMYK0.4400.500.44
HSL113.24º33.02%42.16%-
HSV(B)113.24º49.65%56.08%-
XYZ14.321.829.59-
YUV116.07103.13102.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 143 (56.25% from 255) = 48.47%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=27.12%
G=48.47%
B=24.41%

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
Decimal80143720.4400.500.44113.2433.0242.16
Hex508F482C0322C71212a
Octal12021711054062541614152
Binary101000010001111100100010110001100101011001110001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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