#018550

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

Shades of Salem #018550

Tints of Salem #018550

Color information

#018550 (or 0x018550) is unknown color: approx Salem. HEX triplet: 01, 85 and 50. RGB value is (1,133,80). Sum of RGB (Red+Green+Blue) = 1+133+80=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #018550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018550 is #FE7AAF. Grayscale: #575757. Windows color (decimal): -16677552 or 5276929. OLE color: 5276929.

HSL color Cylindrical-coordinate representation of color #018550: hue angle of 155.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018550 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB113380-
CMYK0.9900.400.48
HSL155.91º98.51%26.27%-
HSV(B)155.91º99.25%52.16%-
XYZ9.8517.3610.42-
YUV87.49123.7766.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 133 (52.34% from 255) = 62.15%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=0.47%
G=62.15%
B=37.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1133800.9900.400.48155.9198.5126.27
Hex1855063028309c631a
Octal12051201430506023414332
Binary11000010110100001100011010100011000010011100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018550; }

 p { color: rgb(1,133,80); }

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

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

 a { background-color: rgb(1,133,80); }

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

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

 span { border-color: rgb(1,133,80); }

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