#59984A

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

Shades of Hippie Green #59984A

Tints of Hippie Green #59984A

Color information

#59984A (or 0x59984A) is unknown color: approx Hippie Green. HEX triplet: 59, 98 and 4A. RGB value is (89,152,74). Sum of RGB (Red+Green+Blue) = 89+152+74=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #59984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59984A is #A667B5. Grayscale: #7C7C7C. Windows color (decimal): -10905526 or 4888665. OLE color: 4888665.

HSL color Cylindrical-coordinate representation of color #59984A: hue angle of 108.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59984A is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB8915274-
CMYK0.4100.510.40
HSL108.46º34.51%44.31%-
HSV(B)108.46º51.32%59.61%-
XYZ16.5825.0710.44-
YUV124.2799.63102.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=28.25%
G=48.25%
B=23.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89152740.4100.510.40108.4634.5144.31
Hex59984A29033286c232c
Octal13123011251063501544354
Binary101100110011000100101010100101100111010001101100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59984A; }

 p { color: rgb(89,152,74); }

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

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

 a { background-color: rgb(89,152,74); }

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

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

 span { border-color: rgb(89,152,74); }

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