Html Css Color HEX #5D9561 Hippie Green

📋 copy color: '#5D9561'

red 93 ◦ green 149 ◦ blue 97

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

Shades of Hippie Green #5D9561

Tints of Hippie Green #5D9561

RGB

 RED value IS 93 (36.72% from 255) = 27.43%

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

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 27.43%
G = 43.95%
B = 28.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#5D9561 (or 0x5D9561) is known color: Hippie Green. HEX triplet: 5D, 95 and 61. RGB value is (93,149,97). Sum of RGB (Red+Green+Blue) = 93+149+97=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9561 is #A26A9E. Grayscale: #7E7E7E. Windows color (decimal): -10644127 or 6395229. OLE color: 6395229.

HSL color Cylindrical-coordinate representation of color #5D9561: hue angle of 124.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9561 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 149 97 -
CMYK 0.38 0 0.35 0.42
HSL 124.29º 0.23% 0.47% -
HSV(B) 124.29º 0.38% 0.58% -
XYZ 17.42 24.69 15.16 -
YUV 126.33 111.45 104.23 -
System Red Green Blue C M Y K H S L
Decimal 93 149 97 0.38 0 0.35 0.42 124.29 0.23 0.47
Hex 5D 95 61 26 0 23 2A 7C 17 2F
Octal 135 225 141 46 0 43 52 174 27 57
Binary 1011101 10010101 1100001 100110 0 100011 101010 1111100 10111 101111

Color Harmonies of #5D9561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9561

Black with #5D9561

Text Example


Text Example

White with #5D9561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D9561; }

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

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

background-color css

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

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

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

border-color css

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

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

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