#048B41

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

Shades of Salem #048B41

Tints of Salem #048B41

Color information

#048B41 (or 0x048B41) is unknown color: approx Salem. HEX triplet: 04, 8B and 41. RGB value is (4,139,65). Sum of RGB (Red+Green+Blue) = 4+139+65=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 139 (54.69% from 255 or 66.83% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 139 - color contains mainly: green. Hex color #048B41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048B41 is #FB74BE. Grayscale: #5A5A5A. Windows color (decimal): -16479423 or 4295428. OLE color: 4295428.

HSL color Cylindrical-coordinate representation of color #048B41: hue angle of 147.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048B41 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB413965-
CMYK0.9700.530.45
HSL147.11º94.41%28.04%-
HSV(B)147.11º97.12%54.51%-
XYZ10.2418.878.1-
YUV90.2113.7766.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 139 (54.69% from 255) = 66.83%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=1.92%
G=66.83%
B=31.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4139650.9700.530.45147.1194.4128.04
Hex48B41610352D935e1c
Octal42131011410655522313634
Binary1001000101110000011100001011010110110110010011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048B41; }

 p { color: rgb(4,139,65); }

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

<style>
 a { background-color: #048B41; }

 a { background-color: rgb(4,139,65); }

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

<style>
 span { border-color: #048B41; }

 span { border-color: rgb(4,139,65); }

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