#018547

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

Shades of Salem #018547

Tints of Salem #018547

Color information

#018547 (or 0x018547) is unknown color: approx Salem. HEX triplet: 01, 85 and 47. RGB value is (1,133,71). Sum of RGB (Red+Green+Blue) = 1+133+71=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #018547 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018547 is #FE7AB8. Grayscale: #565656. Windows color (decimal): -16677561 or 4687105. OLE color: 4687105.

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

Color convert

RGB113371-
CMYK0.9900.470.48
HSL151.82º98.51%26.27%-
HSV(B)151.82º99.25%52.16%-
XYZ9.5417.248.79-
YUV86.46119.2767.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=0.49%
G=64.88%
B=34.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1133710.9900.470.48151.8298.5126.27
Hex185476302F3098631a
Octal12051071430576023014332
Binary11000010110001111100011010111111000010011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018547; }

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

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

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

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

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

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

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

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