#038A49

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

Shades of Salem #038A49

Tints of Salem #038A49

Color information

#038A49 (or 0x038A49) is unknown color: approx Salem. HEX triplet: 03, 8A and 49. RGB value is (3,138,73). Sum of RGB (Red+Green+Blue) = 3+138+73=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #038A49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A49 is #FC75B6. Grayscale: #5A5A5A. Windows color (decimal): -16545207 or 4819459. OLE color: 4819459.

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

Color convert

RGB313873-
CMYK0.9800.470.46
HSL151.11º95.74%27.65%-
HSV(B)151.11º97.83%54.12%-
XYZ10.3318.689.36-
YUV90.22118.2765.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 138 (54.30% from 255) = 64.49%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=1.40%
G=64.49%
B=34.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3138730.9800.470.46151.1195.7427.65
Hex38A496202F2E97601c
Octal32121111420575622714034
Binary111000101010010011100010010111110111010010111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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