#58885E

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

Shades of Hippie Green #58885E

Tints of Hippie Green #58885E

Color information

#58885E (or 0x58885E) is unknown color: approx Hippie Green. HEX triplet: 58, 88 and 5E. RGB value is (88,136,94). Sum of RGB (Red+Green+Blue) = 88+136+94=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #58885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58885E is #A777A1. Grayscale: #747474. Windows color (decimal): -10975138 or 6195288. OLE color: 6195288.

HSL color Cylindrical-coordinate representation of color #58885E: hue angle of 127.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58885E is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB8813694-
CMYK0.3500.310.47
HSL127.5º21.43%43.92%-
HSV(B)127.5º35.29%53.33%-
XYZ14.8520.4913.76-
YUV116.86115.1107.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=27.67%
G=42.77%
B=29.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88136940.3500.310.47127.521.4343.92
Hex58885E2301F2F80152c
Octal13021013643037572002554
Binary10110001000100010111101000110111111011111000000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58885E; }

 p { color: rgb(88,136,94); }

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

<style>
 a { background-color: #58885E; }

 a { background-color: rgb(88,136,94); }

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

<style>
 span { border-color: #58885E; }

 span { border-color: rgb(88,136,94); }

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