#018246

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

Shades of Salem #018246

Tints of Salem #018246

Color information

#018246 (or 0x018246) is unknown color: approx Salem. HEX triplet: 01, 82 and 46. RGB value is (1,130,70). Sum of RGB (Red+Green+Blue) = 1+130+70=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #018246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018246 is #FE7DB9. Grayscale: #545454. Windows color (decimal): -16678330 or 4620801. OLE color: 4620801.

HSL color Cylindrical-coordinate representation of color #018246: hue angle of 152.09º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018246 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB113070-
CMYK0.9900.460.49
HSL152.09º98.47%25.69%-
HSV(B)152.09º99.23%50.98%-
XYZ9.116.418.48-
YUV84.59119.7668.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 130 (51.17% from 255) = 64.68%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=0.50%
G=64.68%
B=34.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130700.9900.460.49152.0998.4725.69
Hex182466302E3198621a
Octal12021061430566123014232
Binary11000001010001101100011010111011000110011000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018246; }

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

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

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

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

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

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

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

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