#58855A

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

Shades of Hippie Green #58855A

Tints of Hippie Green #58855A

Color information

#58855A (or 0x58855A) is unknown color: approx Hippie Green. HEX triplet: 58, 85 and 5A. RGB value is (88,133,90). Sum of RGB (Red+Green+Blue) = 88+133+90=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #58855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58855A is #A77AA5. Grayscale: #727272. Windows color (decimal): -10975910 or 5932376. OLE color: 5932376.

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

Color convert

RGB8813390-
CMYK0.3400.320.48
HSL122.67º20.36%43.33%-
HSV(B)122.67º33.83%52.16%-
XYZ14.2619.5912.7-
YUV114.64114.09109-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.30%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=28.30%
G=42.77%
B=28.94%

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
Decimal88133900.3400.320.48122.6720.3643.33
Hex58855A22020307b142b
Octal13020513242040601732453
Binary10110001000010110110101000100100000110000111101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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