Html Css Color HEX #599950 Hippie Green

📋 copy color: '#599950'

red 89 ◦ green 153 ◦ blue 80

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

Shades of Hippie Green #599950

Tints of Hippie Green #599950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 27.64%
G = 47.52%
B = 24.84%

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

#599950 (or 0x599950) is known color: Hippie Green. HEX triplet: 59, 99 and 50. RGB value is (89,153,80). Sum of RGB (Red+Green+Blue) = 89+153+80=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #599950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599950 is #A666AF. Grayscale: #7D7D7D. Windows color (decimal): -10905264 or 5282137. OLE color: 5282137.

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

Color convert

RGB 89 153 80 -
CMYK 0.42 0 0.48 0.4
HSL 112.6º 0.31% 0.46% -
HSV(B) 112.6º 0.48% 0.6% -
XYZ 16.96 25.49 11.61 -
YUV 125.54 102.3 101.94 -
System Red Green Blue C M Y K H S L
Decimal 89 153 80 0.42 0 0.48 0.4 112.6 0.31 0.46
Hex 59 99 50 2A 0 30 28 71 1F 2E
Octal 131 231 120 52 0 60 50 161 37 56
Binary 1011001 10011001 1010000 101010 0 110000 101000 1110001 11111 101110

Color Harmonies of #599950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599950

Black with #599950

Text Example


Text Example

White with #599950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599950; }

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

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

background-color css

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

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

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

border-color css

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

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

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