#018846

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

Shades of Salem #018846

Tints of Salem #018846

Color information

#018846 (or 0x018846) is unknown color: approx Salem. HEX triplet: 01, 88 and 46. RGB value is (1,136,70). Sum of RGB (Red+Green+Blue) = 1+136+70=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 136 (53.52% from 255 or 65.70% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 136 - color contains mainly: green. Hex color #018846 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018846 is #FE77B9. Grayscale: #585858. Windows color (decimal): -16676794 or 4622337. OLE color: 4622337.

HSL color Cylindrical-coordinate representation of color #018846: hue angle of 150.67º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018846 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB113670-
CMYK0.9900.490.47
HSL150.67º98.54%26.86%-
HSV(B)150.67º99.26%53.33%-
XYZ9.9218.068.76-
YUV88.11117.7765.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 136 (53.52% from 255) = 65.70%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=0.48%
G=65.70%
B=33.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1136700.9900.490.47150.6798.5426.86
Hex18846630312F97631b
Octal12101061430615722714333
Binary11000100010001101100011011000110111110010111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018846; }

 p { color: rgb(1,136,70); }

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

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

 a { background-color: rgb(1,136,70); }

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

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

 span { border-color: rgb(1,136,70); }

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