#018944

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

Shades of Salem #018944

Tints of Salem #018944

Color information

#018944 (or 0x018944) is unknown color: approx Salem. HEX triplet: 01, 89 and 44. RGB value is (1,137,68). Sum of RGB (Red+Green+Blue) = 1+137+68=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #018944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018944 is #FE76BB. Grayscale: #585858. Windows color (decimal): -16676540 or 4491521. OLE color: 4491521.

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

Color convert

RGB113768-
CMYK0.9900.500.46
HSL149.56º98.55%27.06%-
HSV(B)149.56º99.27%53.73%-
XYZ1018.328.48-
YUV88.47116.4465.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 137 (53.91% from 255) = 66.50%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=0.49%
G=66.50%
B=33.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1137680.9900.500.46149.5698.5527.06
Hex18944630322E96631b
Octal12111041430625622614333
Binary11000100110001001100011011001010111010010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018944; }

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

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

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

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

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

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

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

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