#508A4B

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

Shades of Hippie Green #508A4B

Tints of Hippie Green #508A4B

Color information

#508A4B (or 0x508A4B) is unknown color: approx Hippie Green. HEX triplet: 50, 8A and 4B. RGB value is (80,138,75). Sum of RGB (Red+Green+Blue) = 80+138+75=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #508A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508A4B is #AF75B4. Grayscale: #717171. Windows color (decimal): -11498933 or 4950608. OLE color: 4950608.

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

Color convert

RGB8013875-
CMYK0.4200.460.46
HSL115.24º29.58%41.76%-
HSV(B)115.24º45.65%54.12%-
XYZ13.6720.399.87-
YUV113.48106.28104.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=27.30%
G=47.10%
B=25.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80138750.4200.460.46115.2429.5841.76
Hex508A4B2A02E2E731e2a
Octal12021211352056561633652
Binary10100001000101010010111010100101110101110111001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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