#558653

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

Shades of Hippie Green #558653

Tints of Hippie Green #558653

Color information

#558653 (or 0x558653) is unknown color: approx Hippie Green. HEX triplet: 55, 86 and 53. RGB value is (85,134,83). Sum of RGB (Red+Green+Blue) = 85+134+83=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #558653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558653 is #AA79AC. Grayscale: #717171. Windows color (decimal): -11172269 or 5473877. OLE color: 5473877.

HSL color Cylindrical-coordinate representation of color #558653: hue angle of 117.65º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558653 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB8513483-
CMYK0.3700.380.47
HSL117.65º23.5%42.55%-
HSV(B)117.65º38.06%52.55%-
XYZ13.8319.6111.24-
YUV113.54110.77107.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=28.15%
G=44.37%
B=27.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134830.3700.380.47117.6523.542.55
Hex558653250262F76182b
Octal12520612345046571663053
Binary10101011000011010100111001010100110101111111011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558653; }

 p { color: rgb(85,134,83); }

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

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

 a { background-color: rgb(85,134,83); }

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

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

 span { border-color: rgb(85,134,83); }

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