#558253

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

Shades of Hippie Green #558253

Tints of Hippie Green #558253

Color information

#558253 (or 0x558253) is unknown color: approx Hippie Green. HEX triplet: 55, 82 and 53. RGB value is (85,130,83). Sum of RGB (Red+Green+Blue) = 85+130+83=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #558253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558253 is #AA7DAC. Grayscale: #6F6F6F. Windows color (decimal): -11173293 or 5472853. OLE color: 5472853.

HSL color Cylindrical-coordinate representation of color #558253: hue angle of 117.45º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558253 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB8513083-
CMYK0.3500.360.49
HSL117.45º22.07%41.76%-
HSV(B)117.45º36.15%50.98%-
XYZ13.2918.5211.06-
YUV111.19112.09109.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 83 (32.81% from 255) = 27.85%
R=28.52%
G=43.62%
B=27.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130830.3500.360.49117.4522.0741.76
Hex558253230243175162a
Octal12520212343044611652652
Binary10101011000001010100111000110100100110001111010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558253; }

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

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

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

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

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

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

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

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