Html Css Color HEX #5D8D55 Hippie Green

📋 copy color: '#5D8D55'

red 93 ◦ green 141 ◦ blue 85

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

Shades of Hippie Green #5D8D55

Tints of Hippie Green #5D8D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.2%

 BLUE value IS 85 (33.59% from 255) = 26.65%

R = 29.15%
G = 44.2%
B = 26.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#5D8D55 (or 0x5D8D55) is known color: Hippie Green. HEX triplet: 5D, 8D and 55. RGB value is (93,141,85). Sum of RGB (Red+Green+Blue) = 93+141+85=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8D55 is #A272AA. Grayscale: #787878. Windows color (decimal): -10646187 or 5606749. OLE color: 5606749.

HSL color Cylindrical-coordinate representation of color #5D8D55: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D8D55 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 141 85 -
CMYK 0.34 0 0.40 0.45
HSL 111.43º 0.25% 0.44% -
HSV(B) 111.43º 0.4% 0.55% -
XYZ 15.68 22.03 12.02 -
YUV 120.26 108.1 108.55 -
System Red Green Blue C M Y K H S L
Decimal 93 141 85 0.34 0 0.40 0.45 111.43 0.25 0.44
Hex 5D 8D 55 22 0 28 2D 6F 19 2C
Octal 135 215 125 42 0 50 55 157 31 54
Binary 1011101 10001101 1010101 100010 0 101000 101101 1101111 11001 101100

Color Harmonies of #5D8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8D55

Black with #5D8D55

Text Example


Text Example

White with #5D8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,141,85); }

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

background-color css

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

 a { background-color: rgb(93,141,85); }

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

border-color css

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

 span { border-color: rgb(93,141,85); }

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