#508951

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

Shades of Hippie Green #508951

Tints of Hippie Green #508951

Color information

#508951 (or 0x508951) is unknown color: approx Hippie Green. HEX triplet: 50, 89 and 51. RGB value is (80,137,81). Sum of RGB (Red+Green+Blue) = 80+137+81=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #508951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508951 is #AF76AE. Grayscale: #717171. Windows color (decimal): -11499183 or 5343568. OLE color: 5343568.

HSL color Cylindrical-coordinate representation of color #508951: hue angle of 121.05º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508951 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB8013781-
CMYK0.4200.410.46
HSL121.05º26.27%42.55%-
HSV(B)121.05º41.61%53.73%-
XYZ13.7420.1910.96-
YUV113.57109.62104.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=26.85%
G=45.97%
B=27.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137810.4200.410.46121.0526.2742.55
Hex5089512A0292E791a2b
Octal12021112152051561713253
Binary10100001000100110100011010100101001101110111100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508951; }

 p { color: rgb(80,137,81); }

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

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

 a { background-color: rgb(80,137,81); }

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

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

 span { border-color: rgb(80,137,81); }

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