#018A49

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

Shades of Salem #018A49

Tints of Salem #018A49

Color information

#018A49 (or 0x018A49) is unknown color: approx Salem. HEX triplet: 01, 8A and 49. RGB value is (1,138,73). Sum of RGB (Red+Green+Blue) = 1+138+73=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #018A49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A49 is #FE75B6. Grayscale: #595959. Windows color (decimal): -16676279 or 4819457. OLE color: 4819457.

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

Color convert

RGB113873-
CMYK0.9900.470.46
HSL151.53º98.56%27.25%-
HSV(B)151.53º99.28%54.12%-
XYZ10.318.669.36-
YUV89.63118.6164.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 138 (54.30% from 255) = 65.09%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=0.47%
G=65.09%
B=34.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1138730.9900.470.46151.5398.5627.25
Hex18A496302F2E98631b
Octal12121111430575623014333
Binary11000101010010011100011010111110111010011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018A49; }

 p { color: rgb(1,138,73); }

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

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

 a { background-color: rgb(1,138,73); }

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

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

 span { border-color: rgb(1,138,73); }

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