Html Css Color HEX #5D845E Hippie Green

📋 copy color: '#5D845E'

red 93 ◦ green 132 ◦ blue 94

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

Shades of Hippie Green #5D845E

Tints of Hippie Green #5D845E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 29.15%
G = 41.38%
B = 29.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#5D845E (or 0x5D845E) is known color: Hippie Green. HEX triplet: 5D, 84 and 5E. RGB value is (93,132,94). Sum of RGB (Red+Green+Blue) = 93+132+94=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #5D845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D845E is #A27BA1. Grayscale: #747474. Windows color (decimal): -10648482 or 6194269. OLE color: 6194269.

HSL color Cylindrical-coordinate representation of color #5D845E: hue angle of 121.54º 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 #5D845E is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 132 94 -
CMYK 0.30 0 0.29 0.48
HSL 121.54º 0.17% 0.44% -
HSV(B) 121.54º 0.3% 0.52% -
XYZ 14.79 19.64 13.6 -
YUV 116.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 93 132 94 0.30 0 0.29 0.48 121.54 0.17 0.44
Hex 5D 84 5E 1E 0 1D 30 7A 11 2C
Octal 135 204 136 36 0 35 60 172 21 54
Binary 1011101 10000100 1011110 11110 0 11101 110000 1111010 10001 101100

Color Harmonies of #5D845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D845E

Black with #5D845E

Text Example


Text Example

White with #5D845E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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