#58855B

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

Shades of Hippie Green #58855B

Tints of Hippie Green #58855B

Color information

#58855B (or 0x58855B) is unknown color: approx Hippie Green. HEX triplet: 58, 85 and 5B. RGB value is (88,133,91). Sum of RGB (Red+Green+Blue) = 88+133+91=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #58855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58855B is #A77AA4. Grayscale: #727272. Windows color (decimal): -10975909 or 5997912. OLE color: 5997912.

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

Color convert

RGB8813391-
CMYK0.3400.320.48
HSL124º20.36%43.33%-
HSV(B)124º33.83%52.16%-
XYZ14.319.6112.93-
YUV114.76114.59108.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=28.21%
G=42.63%
B=29.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88133910.3400.320.4812420.3643.33
Hex58855B22020307c142b
Octal13020513342040601742453
Binary10110001000010110110111000100100000110000111110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58855B; }

 p { color: rgb(88,133,91); }

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

<style>
 a { background-color: #58855B; }

 a { background-color: rgb(88,133,91); }

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

<style>
 span { border-color: #58855B; }

 span { border-color: rgb(88,133,91); }

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