#58964B

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

Shades of Hippie Green #58964B

Tints of Hippie Green #58964B

Color information

#58964B (or 0x58964B) is unknown color: approx Hippie Green. HEX triplet: 58, 96 and 4B. RGB value is (88,150,75). Sum of RGB (Red+Green+Blue) = 88+150+75=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #58964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58964B is #A769B4. Grayscale: #7B7B7B. Windows color (decimal): -10971573 or 4953688. OLE color: 4953688.

HSL color Cylindrical-coordinate representation of color #58964B: hue angle of 109.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58964B is Cyan = 0.41, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB8815075-
CMYK0.4100.50.41
HSL109.6º33.33%44.12%-
HSV(B)109.6º50%58.82%-
XYZ16.224.410.51-
YUV122.91100.96103.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=28.12%
G=47.92%
B=23.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88150750.4100.50.41109.633.3344.12
Hex58964B29032296e212c
Octal13022611351062511564154
Binary101100010010110100101110100101100101010011101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,150,75); }

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

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

 a { background-color: rgb(88,150,75); }

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

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

 span { border-color: rgb(88,150,75); }

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