#508E4D

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

Shades of Hippie Green #508E4D

Tints of Hippie Green #508E4D

Color information

#508E4D (or 0x508E4D) is unknown color: approx Hippie Green. HEX triplet: 50, 8E and 4D. RGB value is (80,142,77). Sum of RGB (Red+Green+Blue) = 80+142+77=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #508E4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E4D is #AF71B2. Grayscale: #747474. Windows color (decimal): -11497907 or 5082704. OLE color: 5082704.

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

Color convert

RGB8014277-
CMYK0.4400.460.44
HSL117.23º29.68%42.94%-
HSV(B)117.23º45.77%55.69%-
XYZ14.3221.5910.43-
YUV116.05105.96102.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 142 (55.86% from 255) = 47.49%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=26.76%
G=47.49%
B=25.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80142770.4400.460.44117.2329.6842.94
Hex508E4D2C02E2C751e2b
Octal12021611554056541653653
Binary10100001000111010011011011000101110101100111010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,142,77); }

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

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

 a { background-color: rgb(80,142,77); }

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

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

 span { border-color: rgb(80,142,77); }

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