#58925A

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

Shades of Hippie Green #58925A

Tints of Hippie Green #58925A

Color information

#58925A (or 0x58925A) is unknown color: approx Hippie Green. HEX triplet: 58, 92 and 5A. RGB value is (88,146,90). Sum of RGB (Red+Green+Blue) = 88+146+90=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #58925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58925A is #A76DA5. Grayscale: #7A7A7A. Windows color (decimal): -10972582 or 5935704. OLE color: 5935704.

HSL color Cylindrical-coordinate representation of color #58925A: hue angle of 122.07º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58925A is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB8814690-
CMYK0.4000.380.43
HSL122.07º24.79%45.88%-
HSV(B)122.07º39.73%57.25%-
XYZ16.1523.3713.33-
YUV122.27109.78103.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.16%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=27.16%
G=45.06%
B=27.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88146900.4000.380.43122.0724.7945.88
Hex58925A280262B7a192e
Octal13022213250046531723156
Binary10110001001001010110101010000100110101011111101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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