Html Css Color HEX #5E825D Hippie Green

📋 copy color: '#5E825D'

red 94 ◦ green 130 ◦ blue 93

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

Shades of Hippie Green #5E825D

Tints of Hippie Green #5E825D

RGB

 RED value IS 94 (37.11% from 255) = 29.65%

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 29.65%
G = 41.01%
B = 29.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#5E825D (or 0x5E825D) is known color: Hippie Green. HEX triplet: 5E, 82 and 5D. RGB value is (94,130,93). Sum of RGB (Red+Green+Blue) = 94+130+93=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #5E825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E825D is #A17DA2. Grayscale: #737373. Windows color (decimal): -10583459 or 6128222. OLE color: 6128222.

HSL color Cylindrical-coordinate representation of color #5E825D: hue angle of 118.38º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E825D is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 130 93 -
CMYK 0.28 0 0.28 0.49
HSL 118.38º 0.17% 0.44% -
HSV(B) 118.38º 0.28% 0.51% -
XYZ 14.57 19.14 13.28 -
YUV 115.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 94 130 93 0.28 0 0.28 0.49 118.38 0.17 0.44
Hex 5E 82 5D 1C 0 1C 31 76 11 2C
Octal 136 202 135 34 0 34 61 166 21 54
Binary 1011110 10000010 1011101 11100 0 11100 110001 1110110 10001 101100

Color Harmonies of #5E825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E825D

Black with #5E825D

Text Example


Text Example

White with #5E825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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