Html Css Color HEX #5E8555 Hippie Green

📋 copy color: '#5E8555'

red 94 ◦ green 133 ◦ blue 85

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

Shades of Hippie Green #5E8555

Tints of Hippie Green #5E8555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

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

R = 30.13%
G = 42.63%
B = 27.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#5E8555 (or 0x5E8555) is known color: Hippie Green. HEX triplet: 5E, 85 and 55. RGB value is (94,133,85). Sum of RGB (Red+Green+Blue) = 94+133+85=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8555 is #A17AAA. Grayscale: #747474. Windows color (decimal): -10582699 or 5604702. OLE color: 5604702.

HSL color Cylindrical-coordinate representation of color #5E8555: hue angle of 108.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E8555 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 85 -
CMYK 0.29 0 0.36 0.48
HSL 108.75º 0.22% 0.43% -
HSV(B) 108.75º 0.36% 0.52% -
XYZ 14.64 19.81 11.65 -
YUV 115.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 94 133 85 0.29 0 0.36 0.48 108.75 0.22 0.43
Hex 5E 85 55 1D 0 24 30 6D 16 2B
Octal 136 205 125 35 0 44 60 155 26 53
Binary 1011110 10000101 1010101 11101 0 100100 110000 1101101 10110 101011

Color Harmonies of #5E8555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8555

Black with #5E8555

Text Example


Text Example

White with #5E8555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,133,85); }

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

background-color css

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

 a { background-color: rgb(94,133,85); }

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

border-color css

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

 span { border-color: rgb(94,133,85); }

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