#048B38

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

Shades of Salem #048B38

Tints of Salem #048B38

Color information

#048B38 (or 0x048B38) is unknown color: approx Salem. HEX triplet: 04, 8B and 38. RGB value is (4,139,56). Sum of RGB (Red+Green+Blue) = 4+139+56=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 139 (54.69% from 255 or 69.85% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 139 - color contains mainly: green. Hex color #048B38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048B38 is #FB74C7. Grayscale: #595959. Windows color (decimal): -16479432 or 3705604. OLE color: 3705604.

HSL color Cylindrical-coordinate representation of color #048B38: hue angle of 143.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 #048B38 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB413956-
CMYK0.9700.600.45
HSL143.11º94.41%28.04%-
HSV(B)143.11º97.12%54.51%-
XYZ1018.786.84-
YUV89.17109.2767.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 139 (54.69% from 255) = 69.85%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=2.01%
G=69.85%
B=28.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4139560.9700.600.45143.1194.4128.04
Hex48B386103C2D8f5e1c
Octal4213701410745521713634
Binary100100010111110001100001011110010110110001111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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