#018A3B

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

Shades of Salem #018A3B

Tints of Salem #018A3B

Color information

#018A3B (or 0x018A3B) is unknown color: approx Salem. HEX triplet: 01, 8A and 3B. RGB value is (1,138,59). Sum of RGB (Red+Green+Blue) = 1+138+59=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 138 (54.30% from 255 or 69.70% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 138 - color contains mainly: green. Hex color #018A3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A3B is #FE75C4. Grayscale: #585858. Windows color (decimal): -16676293 or 3901953. OLE color: 3901953.

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

Color convert

RGB113859-
CMYK0.9900.570.46
HSL145.4º98.56%27.25%-
HSV(B)145.4º99.28%54.12%-
XYZ9.8918.57.19-
YUV88.03111.6165.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 138 (54.30% from 255) = 69.70%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=0.51%
G=69.70%
B=29.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1138590.9900.570.46145.498.5627.25
Hex18A3B630392E91631b
Octal1212731430715622114333
Binary1100010101110111100011011100110111010010001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018A3B; }

 p { color: rgb(1,138,59); }

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

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

 a { background-color: rgb(1,138,59); }

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

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

 span { border-color: rgb(1,138,59); }

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