#018245

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

Shades of Salem #018245

Tints of Salem #018245

Color information

#018245 (or 0x018245) is unknown color: approx Salem. HEX triplet: 01, 82 and 45. RGB value is (1,130,69). Sum of RGB (Red+Green+Blue) = 1+130+69=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #018245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018245 is #FE7DBA. Grayscale: #545454. Windows color (decimal): -16678331 or 4555265. OLE color: 4555265.

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

Color convert

RGB113069-
CMYK0.9900.470.49
HSL151.63º98.47%25.69%-
HSV(B)151.63º99.23%50.98%-
XYZ9.0716.48.32-
YUV84.48119.2668.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.5%
GREEN value IS 130 (51.17% from 255) = 65%
BLUE value IS 69 (27.34% from 255) = 34.5%
R=0.5%
G=65%
B=34.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130690.9900.470.49151.6398.4725.69
Hex182456302F3198621a
Octal12021051430576123014232
Binary11000001010001011100011010111111000110011000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018245; }

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

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

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

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

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

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

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

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