#58845A

Color #58845A Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #58845A

Tints of Hippie Green #58845A

Color information

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

HSL color Cylindrical-coordinate representation of color #58845A: hue angle of 122.73º 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 #58845A is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB8813290-
CMYK0.3300.320.48
HSL122.73º20%43.14%-
HSV(B)122.73º33.33%51.76%-
XYZ14.1219.3212.66-
YUV114.06114.42109.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.39%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=28.39%
G=42.58%
B=29.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88132900.3300.320.48122.732043.14
Hex58845A21020307b142b
Octal13020413241040601732453
Binary10110001000010010110101000010100000110000111101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58845A; }

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

 H1.HeaderClassName
 {
   color: #58845A;
 }
 .AnyTagClassName
 {
   color: #58845A;
 }
</style>
background-color css

<style>
 a { background-color: #58845A; }

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

 div.DivClassName
 {
   background-color: #58845A;
 }
 .BgClassName
 {
   background-color: #58845A;
 }
</style>
border-color css

<style>
 span { border-color: #58845A; }

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

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