#018445

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

Shades of Salem #018445

Tints of Salem #018445

Color information

#018445 (or 0x018445) is unknown color: approx Salem. HEX triplet: 01, 84 and 45. RGB value is (1,132,69). Sum of RGB (Red+Green+Blue) = 1+132+69=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #018445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018445 is #FE7BBA. Grayscale: #555555. Windows color (decimal): -16677819 or 4555777. OLE color: 4555777.

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

Color convert

RGB113269-
CMYK0.9900.480.48
HSL151.15º98.5%26.08%-
HSV(B)151.15º99.24%51.76%-
XYZ9.3416.948.41-
YUV85.65118.667.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 132 (51.95% from 255) = 65.35%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=0.50%
G=65.35%
B=34.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1132690.9900.480.48151.1598.526.08
Hex18445630303097621a
Octal12041051430606022714232
Binary11000010010001011100011011000011000010010111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018445; }

 p { color: rgb(1,132,69); }

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

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

 a { background-color: rgb(1,132,69); }

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

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

 span { border-color: rgb(1,132,69); }

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