#03893C

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

Shades of Salem #03893C

Tints of Salem #03893C

Color information

#03893C (or 0x03893C) is unknown color: approx Salem. HEX triplet: 03, 89 and 3C. RGB value is (3,137,60). Sum of RGB (Red+Green+Blue) = 3+137+60=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 137 (53.91% from 255 or 68.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 137 - color contains mainly: green. Hex color #03893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03893C is #FC76C3. Grayscale: #585858. Windows color (decimal): -16545476 or 3967235. OLE color: 3967235.

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

Color convert

RGB313760-
CMYK0.9800.560.46
HSL145.52º95.71%27.45%-
HSV(B)145.52º97.81%53.73%-
XYZ9.818.247.28-
YUV88.16112.1167.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.5%
GREEN value IS 137 (53.91% from 255) = 68.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=1.5%
G=68.5%
B=30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3137600.9800.560.46145.5295.7127.45
Hex3893C620382E92601b
Octal3211741420705622214033
Binary11100010011111001100010011100010111010010010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03893C; }

 p { color: rgb(3,137,60); }

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

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

 a { background-color: rgb(3,137,60); }

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

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

 span { border-color: rgb(3,137,60); }

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