#508C4B

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

Shades of Hippie Green #508C4B

Tints of Hippie Green #508C4B

Color information

#508C4B (or 0x508C4B) is unknown color: approx Hippie Green. HEX triplet: 50, 8C and 4B. RGB value is (80,140,75). Sum of RGB (Red+Green+Blue) = 80+140+75=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #508C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508C4B is #AF73B4. Grayscale: #727272. Windows color (decimal): -11498421 or 4951120. OLE color: 4951120.

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

Color convert

RGB8014075-
CMYK0.4300.460.45
HSL115.38º30.23%42.16%-
HSV(B)115.38º46.43%54.9%-
XYZ13.9620.979.97-
YUV114.65105.62103.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=27.12%
G=47.46%
B=25.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80140750.4300.460.45115.3830.2342.16
Hex508C4B2B02E2D731e2a
Octal12021411353056551633652
Binary10100001000110010010111010110101110101101111001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,140,75); }

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

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

 a { background-color: rgb(80,140,75); }

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

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

 span { border-color: rgb(80,140,75); }

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