#018140

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

Shades of Salem #018140

Tints of Salem #018140

Color information

#018140 (or 0x018140) is unknown color: approx Salem. HEX triplet: 01, 81 and 40. RGB value is (1,129,64). Sum of RGB (Red+Green+Blue) = 1+129+64=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 129 (50.78% from 255 or 66.49% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 129 - color contains mainly: green. Hex color #018140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018140 is #FE7EBF. Grayscale: #535353. Windows color (decimal): -16678592 or 4227329. OLE color: 4227329.

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

Color convert

RGB112964-
CMYK0.9900.500.49
HSL149.53º98.46%25.49%-
HSV(B)149.53º99.22%50.59%-
XYZ8.7916.087.49-
YUV83.32117.0969.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 129 (50.78% from 255) = 66.49%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=0.52%
G=66.49%
B=32.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1129640.9900.500.49149.5398.4625.49
Hex181406303231966219
Octal12011001430626122614231
Binary11000000110000001100011011001011000110010110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018140; }

 p { color: rgb(1,129,64); }

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

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

 a { background-color: rgb(1,129,64); }

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

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

 span { border-color: rgb(1,129,64); }

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