#508B4E

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

Shades of Hippie Green #508B4E

Tints of Hippie Green #508B4E

Color information

#508B4E (or 0x508B4E) is unknown color: approx Hippie Green. HEX triplet: 50, 8B and 4E. RGB value is (80,139,78). Sum of RGB (Red+Green+Blue) = 80+139+78=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #508B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B4E is #AF74B1. Grayscale: #727272. Windows color (decimal): -11498674 or 5147472. OLE color: 5147472.

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

Color convert

RGB8013978-
CMYK0.4200.440.45
HSL118.03º28.11%42.55%-
HSV(B)118.03º43.88%54.51%-
XYZ13.9220.7210.47-
YUV114.4107.45103.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=26.94%
G=46.80%
B=26.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80139780.4200.440.45118.0328.1142.55
Hex508B4E2A02C2D761c2b
Octal12021311652054551663453
Binary10100001000101110011101010100101100101101111011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,139,78); }

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

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

 a { background-color: rgb(80,139,78); }

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

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

 span { border-color: rgb(80,139,78); }

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