Html Css Color HEX #5A8458 Hippie Green

📋 copy color: '#5A8458'

red 90 ◦ green 132 ◦ blue 88

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

Shades of Hippie Green #5A8458

Tints of Hippie Green #5A8458

RGB

 RED value IS 90 (35.55% from 255) = 29.03%

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

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 29.03%
G = 42.58%
B = 28.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#5A8458 (or 0x5A8458) is known color: Hippie Green. HEX triplet: 5A, 84 and 58. RGB value is (90,132,88). Sum of RGB (Red+Green+Blue) = 90+132+88=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8458 is #A57BA7. Grayscale: #727272. Windows color (decimal): -10845096 or 5801050. OLE color: 5801050.

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

Color convert

RGB 90 132 88 -
CMYK 0.32 0 0.33 0.48
HSL 117.27º 0.2% 0.43% -
HSV(B) 117.27º 0.33% 0.52% -
XYZ 14.23 19.38 12.22 -
YUV 114.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 90 132 88 0.32 0 0.33 0.48 117.27 0.2 0.43
Hex 5A 84 58 20 0 21 30 75 14 2B
Octal 132 204 130 40 0 41 60 165 24 53
Binary 1011010 10000100 1011000 100000 0 100001 110000 1110101 10100 101011

Color Harmonies of #5A8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8458

Black with #5A8458

Text Example


Text Example

White with #5A8458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,132,88); }

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

background-color css

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

 a { background-color: rgb(90,132,88); }

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

border-color css

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

 span { border-color: rgb(90,132,88); }

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