#01893A

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

Shades of Salem #01893A

Tints of Salem #01893A

Color information

#01893A (or 0x01893A) is unknown color: approx Salem. HEX triplet: 01, 89 and 3A. RGB value is (1,137,58). Sum of RGB (Red+Green+Blue) = 1+137+58=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 137 (53.91% from 255 or 69.90% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 137 - color contains mainly: green. Hex color #01893A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01893A is #FE76C5. Grayscale: #575757. Windows color (decimal): -16676550 or 3836161. OLE color: 3836161.

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

Color convert

RGB113758-
CMYK0.9900.580.46
HSL145.15º98.55%27.06%-
HSV(B)145.15º99.27%53.73%-
XYZ9.7218.27-
YUV87.33111.4466.42-

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.90%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=0.51%
G=69.90%
B=29.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1137580.9900.580.46145.1598.5527.06
Hex1893A6303A2E91631b
Octal1211721430725622114333
Binary1100010011110101100011011101010111010010001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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