#018244

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

Shades of Salem #018244

Tints of Salem #018244

Color information

#018244 (or 0x018244) is unknown color: approx Salem. HEX triplet: 01, 82 and 44. RGB value is (1,130,68). Sum of RGB (Red+Green+Blue) = 1+130+68=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #018244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018244 is #FE7DBB. Grayscale: #545454. Windows color (decimal): -16678332 or 4489729. OLE color: 4489729.

HSL color Cylindrical-coordinate representation of color #018244: hue angle of 151.16º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018244 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB113068-
CMYK0.9900.480.49
HSL151.16º98.47%25.69%-
HSV(B)151.16º99.23%50.98%-
XYZ9.0416.398.16-
YUV84.36118.7668.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 130 (51.17% from 255) = 65.33%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=0.50%
G=65.33%
B=34.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130680.9900.480.49151.1698.4725.69
Hex18244630303197621a
Octal12021041430606122714232
Binary11000001010001001100011011000011000110010111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018244; }

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

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

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

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

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

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

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

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