#018945

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

Shades of Salem #018945

Tints of Salem #018945

Color information

#018945 (or 0x018945) is unknown color: approx Salem. HEX triplet: 01, 89 and 45. RGB value is (1,137,69). Sum of RGB (Red+Green+Blue) = 1+137+69=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #018945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018945 is #FE76BA. Grayscale: #585858. Windows color (decimal): -16676539 or 4557057. OLE color: 4557057.

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

Color convert

RGB113769-
CMYK0.9900.500.46
HSL150º98.55%27.06%-
HSV(B)150º99.27%53.73%-
XYZ10.0318.338.64-
YUV88.58116.9465.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 137 (53.91% from 255) = 66.18%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=0.48%
G=66.18%
B=33.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1137690.9900.500.4615098.5527.06
Hex18945630322E96631b
Octal12111051430625622614333
Binary11000100110001011100011011001010111010010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018945; }

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

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

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

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

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

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

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

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