#558A52

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

Shades of Hippie Green #558A52

Tints of Hippie Green #558A52

Color information

#558A52 (or 0x558A52) is unknown color: approx Hippie Green. HEX triplet: 55, 8A and 52. RGB value is (85,138,82). Sum of RGB (Red+Green+Blue) = 85+138+82=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #558A52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A52 is #AA75AD. Grayscale: #737373. Windows color (decimal): -11171246 or 5409365. OLE color: 5409365.

HSL color Cylindrical-coordinate representation of color #558A52: hue angle of 116.79º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558A52 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB8513882-
CMYK0.3800.410.46
HSL116.79º25.45%43.14%-
HSV(B)116.79º40.58%54.12%-
XYZ14.3620.7211.22-
YUV115.77108.94106.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=27.87%
G=45.25%
B=26.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85138820.3800.410.46116.7925.4543.14
Hex558A52260292E75192b
Octal12521212246051561653153
Binary10101011000101010100101001100101001101110111010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558A52; }

 p { color: rgb(85,138,82); }

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

<style>
 a { background-color: #558A52; }

 a { background-color: rgb(85,138,82); }

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

<style>
 span { border-color: #558A52; }

 span { border-color: rgb(85,138,82); }

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