#58905F

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

Shades of Hippie Green #58905F

Tints of Hippie Green #58905F

Color information

#58905F (or 0x58905F) is unknown color: approx Hippie Green. HEX triplet: 58, 90 and 5F. RGB value is (88,144,95). Sum of RGB (Red+Green+Blue) = 88+144+95=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #58905F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58905F is #A76FA0. Grayscale: #797979. Windows color (decimal): -10973089 or 6262872. OLE color: 6262872.

HSL color Cylindrical-coordinate representation of color #58905F: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58905F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB8814495-
CMYK0.3900.340.44
HSL127.5º24.14%45.49%-
HSV(B)127.5º38.89%56.47%-
XYZ16.0622.8514.39-
YUV121.67112.95103.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=26.91%
G=44.04%
B=29.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88144950.3900.340.44127.524.1445.49
Hex58905F270222C80182d
Octal13022013747042542003055
Binary101100010010000101111110011101000101011001000000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58905F; }

 p { color: rgb(88,144,95); }

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

<style>
 a { background-color: #58905F; }

 a { background-color: rgb(88,144,95); }

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

<style>
 span { border-color: #58905F; }

 span { border-color: rgb(88,144,95); }

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