#048A39

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

Shades of Salem #048A39

Tints of Salem #048A39

Color information

#048A39 (or 0x048A39) is unknown color: approx Salem. HEX triplet: 04, 8A and 39. RGB value is (4,138,57). Sum of RGB (Red+Green+Blue) = 4+138+57=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #048A39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A39 is #FB75C6. Grayscale: #585858. Windows color (decimal): -16479687 or 3770884. OLE color: 3770884.

HSL color Cylindrical-coordinate representation of color #048A39: hue angle of 143.73º 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 #048A39 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB413857-
CMYK0.9700.590.46
HSL143.73º94.37%27.84%-
HSV(B)143.73º97.1%54.12%-
XYZ9.8818.56.92-
YUV88.7110.1167.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 138 (54.30% from 255) = 69.35%
BLUE value IS 57 (22.66% from 255) = 28.64%
R=2.01%
G=69.35%
B=28.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4138570.9700.590.46143.7394.3727.84
Hex48A396103B2E905e1c
Octal4212711410735622013634
Binary100100010101110011100001011101110111010010000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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