#508D52

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

Shades of Hippie Green #508D52

Tints of Hippie Green #508D52

Color information

#508D52 (or 0x508D52) is unknown color: approx Hippie Green. HEX triplet: 50, 8D and 52. RGB value is (80,141,82). Sum of RGB (Red+Green+Blue) = 80+141+82=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #508D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D52 is #AF72AD. Grayscale: #747474. Windows color (decimal): -11498158 or 5410128. OLE color: 5410128.

HSL color Cylindrical-coordinate representation of color #508D52: hue angle of 121.97º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D52 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB8014182-
CMYK0.4300.420.45
HSL121.97º27.6%43.33%-
HSV(B)121.97º43.26%55.29%-
XYZ14.3621.3611.35-
YUV116.04108.79102.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 141 (55.47% from 255) = 46.53%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=26.40%
G=46.53%
B=27.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141820.4300.420.45121.9727.643.33
Hex508D522B02A2D7a1c2b
Octal12021512253052551723453
Binary10100001000110110100101010110101010101101111101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,141,82); }

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

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

 a { background-color: rgb(80,141,82); }

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

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

 span { border-color: rgb(80,141,82); }

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