#018845

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

Shades of Salem #018845

Tints of Salem #018845

Color information

#018845 (or 0x018845) is unknown color: approx Salem. HEX triplet: 01, 88 and 45. RGB value is (1,136,69). Sum of RGB (Red+Green+Blue) = 1+136+69=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 136 (53.52% from 255 or 66.02% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 136 - color contains mainly: green. Hex color #018845 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018845 is #FE77BA. Grayscale: #585858. Windows color (decimal): -16676795 or 4556801. OLE color: 4556801.

HSL color Cylindrical-coordinate representation of color #018845: hue angle of 150.22º 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 #018845 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB113669-
CMYK0.9900.490.47
HSL150.22º98.54%26.86%-
HSV(B)150.22º99.26%53.33%-
XYZ9.8918.048.59-
YUV88117.2765.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 136 (53.52% from 255) = 66.02%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=0.49%
G=66.02%
B=33.50%

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
Decimal1136690.9900.490.47150.2298.5426.86
Hex18845630312F96631b
Octal12101051430615722614333
Binary11000100010001011100011011000110111110010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018845; }

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

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

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

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

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

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

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

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