#038B49

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

Shades of Salem #038B49

Tints of Salem #038B49

Color information

#038B49 (or 0x038B49) is unknown color: approx Salem. HEX triplet: 03, 8B and 49. RGB value is (3,139,73). Sum of RGB (Red+Green+Blue) = 3+139+73=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #038B49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038B49 is #FC74B6. Grayscale: #5A5A5A. Windows color (decimal): -16544951 or 4819715. OLE color: 4819715.

HSL color Cylindrical-coordinate representation of color #038B49: hue angle of 150.88º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B49 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB313973-
CMYK0.9800.470.45
HSL150.88º95.77%27.84%-
HSV(B)150.88º97.84%54.51%-
XYZ10.4718.979.41-
YUV90.81117.9465.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 139 (54.69% from 255) = 64.65%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=1.40%
G=64.65%
B=33.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3139730.9800.470.45150.8895.7727.84
Hex38B496202F2D97601c
Octal32131111420575522714034
Binary111000101110010011100010010111110110110010111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038B49; }

 p { color: rgb(3,139,73); }

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

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

 a { background-color: rgb(3,139,73); }

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

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

 span { border-color: rgb(3,139,73); }

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