Html Css Color HEX #5D8461 Hippie Green

📋 copy color: '#5D8461'

red 93 ◦ green 132 ◦ blue 97

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

Shades of Hippie Green #5D8461

Tints of Hippie Green #5D8461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

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

R = 28.88%
G = 40.99%
B = 30.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#5D8461 (or 0x5D8461) is known color: Hippie Green. HEX triplet: 5D, 84 and 61. RGB value is (93,132,97). Sum of RGB (Red+Green+Blue) = 93+132+97=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8461 is #A27B9E. Grayscale: #747474. Windows color (decimal): -10648479 or 6390877. OLE color: 6390877.

HSL color Cylindrical-coordinate representation of color #5D8461: hue angle of 126.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D8461 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 132 97 -
CMYK 0.30 0 0.27 0.48
HSL 126.15º 0.17% 0.44% -
HSV(B) 126.15º 0.3% 0.52% -
XYZ 14.92 19.69 14.32 -
YUV 116.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 93 132 97 0.30 0 0.27 0.48 126.15 0.17 0.44
Hex 5D 84 61 1E 0 1B 30 7E 11 2C
Octal 135 204 141 36 0 33 60 176 21 54
Binary 1011101 10000100 1100001 11110 0 11011 110000 1111110 10001 101100

Color Harmonies of #5D8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8461

Black with #5D8461

Text Example


Text Example

White with #5D8461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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