#01893B

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

Shades of Salem #01893B

Tints of Salem #01893B

Color information

#01893B (or 0x01893B) is unknown color: approx Salem. HEX triplet: 01, 89 and 3B. RGB value is (1,137,59). Sum of RGB (Red+Green+Blue) = 1+137+59=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #01893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01893B is #FE76C4. Grayscale: #575757. Windows color (decimal): -16676549 or 3901697. OLE color: 3901697.

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

Color convert

RGB113759-
CMYK0.9900.570.46
HSL145.59º98.55%27.06%-
HSV(B)145.59º99.27%53.73%-
XYZ9.7518.217.14-
YUV87.44111.9466.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 137 (53.91% from 255) = 69.54%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=0.51%
G=69.54%
B=29.95%

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
Decimal1137590.9900.570.46145.5998.5527.06
Hex1893B630392E92631b
Octal1211731430715622214333
Binary1100010011110111100011011100110111010010010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01893B; }

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

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

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

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

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

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

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

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