#018649

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

Shades of Salem #018649

Tints of Salem #018649

Color information

#018649 (or 0x018649) is unknown color: approx Salem. HEX triplet: 01, 86 and 49. RGB value is (1,134,73). Sum of RGB (Red+Green+Blue) = 1+134+73=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #018649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018649 is #FE79B6. Grayscale: #575757. Windows color (decimal): -16677303 or 4818433. OLE color: 4818433.

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

Color convert

RGB113473-
CMYK0.9900.460.47
HSL152.48º98.52%26.47%-
HSV(B)152.48º99.25%52.55%-
XYZ9.7417.549.18-
YUV87.28119.9466.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 134 (52.73% from 255) = 64.42%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=0.48%
G=64.42%
B=35.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1134730.9900.460.47152.4898.5226.47
Hex186496302E2F98631a
Octal12061111430565723014332
Binary11000011010010011100011010111010111110011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018649; }

 p { color: rgb(1,134,73); }

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

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

 a { background-color: rgb(1,134,73); }

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

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

 span { border-color: rgb(1,134,73); }

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