#018648

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

Shades of Salem #018648

Tints of Salem #018648

Color information

#018648 (or 0x018648) is unknown color: approx Salem. HEX triplet: 01, 86 and 48. RGB value is (1,134,72). Sum of RGB (Red+Green+Blue) = 1+134+72=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #018648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018648 is #FE79B7. Grayscale: #575757. Windows color (decimal): -16677304 or 4752897. OLE color: 4752897.

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

Color convert

RGB113472-
CMYK0.9900.460.47
HSL152.03º98.52%26.47%-
HSV(B)152.03º99.25%52.55%-
XYZ9.7117.529-
YUV87.16119.4466.54-

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.73%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=0.48%
G=64.73%
B=34.78%

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
Decimal1134720.9900.460.47152.0398.5226.47
Hex186486302E2F98631a
Octal12061101430565723014332
Binary11000011010010001100011010111010111110011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018648; }

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

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

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

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

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

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

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

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