#018A44

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

Shades of Salem #018A44

Tints of Salem #018A44

Color information

#018A44 (or 0x018A44) is unknown color: approx Salem. HEX triplet: 01, 8A and 44. RGB value is (1,138,68). Sum of RGB (Red+Green+Blue) = 1+138+68=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 138 (54.30% from 255 or 66.67% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 138 - color contains mainly: green. Hex color #018A44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A44 is #FE75BB. Grayscale: #595959. Windows color (decimal): -16676284 or 4491777. OLE color: 4491777.

HSL color Cylindrical-coordinate representation of color #018A44: hue angle of 149.34º 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 #018A44 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB113868-
CMYK0.9900.510.46
HSL149.34º98.56%27.25%-
HSV(B)149.34º99.28%54.12%-
XYZ10.1418.68.52-
YUV89.06116.1165.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 138 (54.30% from 255) = 66.67%
BLUE value IS 68 (26.95% from 255) = 32.85%
R=0.48%
G=66.67%
B=32.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1138680.9900.510.46149.3498.5627.25
Hex18A44630332E95631b
Octal12121041430635622514333
Binary11000101010001001100011011001110111010010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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