#018942

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

Shades of Salem #018942

Tints of Salem #018942

Color information

#018942 (or 0x018942) is unknown color: approx Salem. HEX triplet: 01, 89 and 42. RGB value is (1,137,66). Sum of RGB (Red+Green+Blue) = 1+137+66=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 137 (53.91% from 255 or 67.16% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 137 - color contains mainly: green. Hex color #018942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018942 is #FE76BD. Grayscale: #585858. Windows color (decimal): -16676542 or 4360449. OLE color: 4360449.

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

Color convert

RGB113766-
CMYK0.9900.520.46
HSL148.68º98.55%27.06%-
HSV(B)148.68º99.27%53.73%-
XYZ9.9418.298.16-
YUV88.24115.4465.77-

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) = 67.16%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=0.49%
G=67.16%
B=32.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1137660.9900.520.46148.6898.5527.06
Hex18942630342E95631b
Octal12111021430645622514333
Binary11000100110000101100011011010010111010010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018942; }

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

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

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

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

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

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

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

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