#58945A

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

Shades of Hippie Green #58945A

Tints of Hippie Green #58945A

Color information

#58945A (or 0x58945A) is unknown color: approx Hippie Green. HEX triplet: 58, 94 and 5A. RGB value is (88,148,90). Sum of RGB (Red+Green+Blue) = 88+148+90=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #58945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58945A is #A76BA5. Grayscale: #7B7B7B. Windows color (decimal): -10972070 or 5936216. OLE color: 5936216.

HSL color Cylindrical-coordinate representation of color #58945A: hue angle of 122º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58945A is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB8814890-
CMYK0.4100.390.42
HSL122º25.42%46.27%-
HSV(B)122º40.54%58.04%-
XYZ16.4623.9913.44-
YUV123.45109.12102.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=26.99%
G=45.40%
B=27.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88148900.4100.390.4212225.4246.27
Hex58945A290272A7a192e
Octal13022413251047521723156
Binary10110001001010010110101010010100111101010111101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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