#018851

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

Shades of Salem #018851

Tints of Salem #018851

Color information

#018851 (or 0x018851) is unknown color: approx Salem. HEX triplet: 01, 88 and 51. RGB value is (1,136,81). Sum of RGB (Red+Green+Blue) = 1+136+81=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #018851 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018851 is #FE77AE. Grayscale: #595959. Windows color (decimal): -16676783 or 5343233. OLE color: 5343233.

HSL color Cylindrical-coordinate representation of color #018851: hue angle of 155.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018851 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB113681-
CMYK0.9900.400.47
HSL155.56º98.54%26.86%-
HSV(B)155.56º99.26%53.33%-
XYZ10.318.2110.76-
YUV89.36123.2764.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 136 (53.52% from 255) = 62.39%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=0.46%
G=62.39%
B=37.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1136810.9900.400.47155.5698.5426.86
Hex18851630282F9c631b
Octal12101211430505723414333
Binary11000100010100011100011010100010111110011100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018851; }

 p { color: rgb(1,136,81); }

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

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

 a { background-color: rgb(1,136,81); }

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

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

 span { border-color: rgb(1,136,81); }

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