#508B4C

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

Shades of Hippie Green #508B4C

Tints of Hippie Green #508B4C

Color information

#508B4C (or 0x508B4C) is unknown color: approx Hippie Green. HEX triplet: 50, 8B and 4C. RGB value is (80,139,76). Sum of RGB (Red+Green+Blue) = 80+139+76=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #508B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B4C is #AF74B3. Grayscale: #727272. Windows color (decimal): -11498676 or 5016400. OLE color: 5016400.

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

Color convert

RGB8013976-
CMYK0.4200.450.45
HSL116.19º29.3%42.16%-
HSV(B)116.19º45.32%54.51%-
XYZ13.8520.6910.1-
YUV114.18106.45103.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=27.12%
G=47.12%
B=25.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80139760.4200.450.45116.1929.342.16
Hex508B4C2A02D2D741d2a
Octal12021311452055551643552
Binary10100001000101110011001010100101101101101111010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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