#558050

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

Shades of Hippie Green #558050

Tints of Hippie Green #558050

Color information

#558050 (or 0x558050) is unknown color: approx Hippie Green. HEX triplet: 55, 80 and 50. RGB value is (85,128,80). Sum of RGB (Red+Green+Blue) = 85+128+80=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #558050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558050 is #AA7FAF. Grayscale: #6D6D6D. Windows color (decimal): -11173808 or 5275733. OLE color: 5275733.

HSL color Cylindrical-coordinate representation of color #558050: hue angle of 113.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558050 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB8512880-
CMYK0.3400.380.50
HSL113.75º23.08%40.78%-
HSV(B)113.75º37.5%50.2%-
XYZ12.9117.9510.37-
YUV109.67111.25110.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=29.01%
G=43.69%
B=27.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85128800.3400.380.50113.7523.0840.78
Hex5580502202632721729
Octal12520012042046621622751
Binary10101011000000010100001000100100110110010111001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558050; }

 p { color: rgb(85,128,80); }

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

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

 a { background-color: rgb(85,128,80); }

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

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

 span { border-color: rgb(85,128,80); }

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