Html Css Color HEX #59994F Hippie Green

📋 copy color: '#59994F'

red 89 ◦ green 153 ◦ blue 79

#59994F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #59994F

Tints of Hippie Green #59994F

RGB

 RED value IS 89 (35.16% from 255) = 27.73%

 GREEN value IS 153 (60.16% from 255) = 47.66%

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 27.73%
G = 47.66%
B = 24.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#59994F (or 0x59994F) is known color: Hippie Green. HEX triplet: 59, 99 and 4F. RGB value is (89,153,79). Sum of RGB (Red+Green+Blue) = 89+153+79=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #59994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59994F is #A666B0. Grayscale: #7D7D7D. Windows color (decimal): -10905265 or 5216601. OLE color: 5216601.

HSL color Cylindrical-coordinate representation of color #59994F: hue angle of 111.89º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59994F is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 153 79 -
CMYK 0.42 0 0.48 0.4
HSL 111.89º 0.32% 0.45% -
HSV(B) 111.89º 0.48% 0.6% -
XYZ 16.92 25.47 11.42 -
YUV 125.43 101.8 102.02 -
System Red Green Blue C M Y K H S L
Decimal 89 153 79 0.42 0 0.48 0.4 111.89 0.32 0.45
Hex 59 99 4F 2A 0 30 28 70 20 2D
Octal 131 231 117 52 0 60 50 160 40 55
Binary 1011001 10011001 1001111 101010 0 110000 101000 1110000 100000 101101

Color Harmonies of #59994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59994F

Black with #59994F

Text Example


Text Example

White with #59994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59994F; }

 p { color: rgb(89,153,79); }

 H1.HeaderClassName
 {
   color: #59994F;
 }
 .AnyTagClassName
 {
   color: #59994F;
 }
</style>

background-color css

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

 a { background-color: rgb(89,153,79); }

 div.DivClassName
 {
   background-color: #59994F;
 }
 .BgClassName
 {
   background-color: #59994F;
 }
</style>

border-color css

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

 span { border-color: rgb(89,153,79); }

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