Html Css Color HEX #59955D Hippie Green

📋 copy color: '#59955D'

red 89 ◦ green 149 ◦ blue 93

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

Shades of Hippie Green #59955D

Tints of Hippie Green #59955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.02%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 26.89%
G = 45.02%
B = 28.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#59955D (or 0x59955D) is known color: Hippie Green. HEX triplet: 59, 95 and 5D. RGB value is (89,149,93). Sum of RGB (Red+Green+Blue) = 89+149+93=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #59955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59955D is #A66AA2. Grayscale: #7C7C7C. Windows color (decimal): -10906275 or 6133081. OLE color: 6133081.

HSL color Cylindrical-coordinate representation of color #59955D: hue angle of 124º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59955D is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 93 -
CMYK 0.40 0 0.38 0.42
HSL 124º 0.25% 0.47% -
HSV(B) 124º 0.4% 0.58% -
XYZ 16.84 24.41 14.18 -
YUV 124.68 110.12 102.55 -
System Red Green Blue C M Y K H S L
Decimal 89 149 93 0.40 0 0.38 0.42 124 0.25 0.47
Hex 59 95 5D 28 0 26 2A 7C 19 2F
Octal 131 225 135 50 0 46 52 174 31 57
Binary 1011001 10010101 1011101 101000 0 100110 101010 1111100 11001 101111

Color Harmonies of #59955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59955D

Black with #59955D

Text Example


Text Example

White with #59955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59955D; }

 p { color: rgb(89,149,93); }

 H1.HeaderClassName
 {
   color: #59955D;
 }
 .AnyTagClassName
 {
   color: #59955D;
 }
</style>

background-color css

<style>
 a { background-color: #59955D; }

 a { background-color: rgb(89,149,93); }

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

border-color css

<style>
 span { border-color: #59955D; }

 span { border-color: rgb(89,149,93); }

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