#048939

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

Shades of Salem #048939

Tints of Salem #048939

Color information

#048939 (or 0x048939) is unknown color: approx Salem. HEX triplet: 04, 89 and 39. RGB value is (4,137,57). Sum of RGB (Red+Green+Blue) = 4+137+57=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 137 (53.91% from 255 or 69.19% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 137 - color contains mainly: green. Hex color #048939 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048939 is #FB76C6. Grayscale: #585858. Windows color (decimal): -16479943 or 3770628. OLE color: 3770628.

HSL color Cylindrical-coordinate representation of color #048939: hue angle of 143.91º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048939 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB413757-
CMYK0.9700.580.46
HSL143.91º94.33%27.65%-
HSV(B)143.91º97.08%53.73%-
XYZ9.7318.216.87-
YUV88.11110.4468-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 137 (53.91% from 255) = 69.19%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=2.02%
G=69.19%
B=28.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4137570.9700.580.46143.9194.3327.65
Hex489396103A2E905e1c
Octal4211711410725622013634
Binary100100010011110011100001011101010111010010000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048939; }

 p { color: rgb(4,137,57); }

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

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

 a { background-color: rgb(4,137,57); }

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

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

 span { border-color: rgb(4,137,57); }

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