Html Css Color HEX #5D9461 Hippie Green

📋 copy color: '#5D9461'

red 93 ◦ green 148 ◦ blue 97

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

Shades of Hippie Green #5D9461

Tints of Hippie Green #5D9461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.79%

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

R = 27.51%
G = 43.79%
B = 28.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#5D9461 (or 0x5D9461) is known color: Hippie Green. HEX triplet: 5D, 94 and 61. RGB value is (93,148,97). Sum of RGB (Red+Green+Blue) = 93+148+97=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #5D9461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9461 is #A26B9E. Grayscale: #7D7D7D. Windows color (decimal): -10644383 or 6394973. OLE color: 6394973.

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

Color convert

RGB 93 148 97 -
CMYK 0.37 0 0.34 0.42
HSL 124.36º 0.23% 0.47% -
HSV(B) 124.36º 0.37% 0.58% -
XYZ 17.26 24.37 15.1 -
YUV 125.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 93 148 97 0.37 0 0.34 0.42 124.36 0.23 0.47
Hex 5D 94 61 25 0 22 2A 7C 17 2F
Octal 135 224 141 45 0 42 52 174 27 57
Binary 1011101 10010100 1100001 100101 0 100010 101010 1111100 10111 101111

Color Harmonies of #5D9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9461

Black with #5D9461

Text Example


Text Example

White with #5D9461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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