#048A3B

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

Shades of Salem #048A3B

Tints of Salem #048A3B

Color information

#048A3B (or 0x048A3B) is unknown color: approx Salem. HEX triplet: 04, 8A and 3B. RGB value is (4,138,59). Sum of RGB (Red+Green+Blue) = 4+138+59=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 138 (54.30% from 255 or 68.66% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 138 - color contains mainly: green. Hex color #048A3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A3B is #FB75C4. Grayscale: #595959. Windows color (decimal): -16479685 or 3901956. OLE color: 3901956.

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

Color convert

RGB413859-
CMYK0.9700.570.46
HSL144.63º94.37%27.84%-
HSV(B)144.63º97.1%54.12%-
XYZ9.9318.527.19-
YUV88.93111.1167.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.99%
GREEN value IS 138 (54.30% from 255) = 68.66%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=1.99%
G=68.66%
B=29.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4138590.9700.570.46144.6394.3727.84
Hex48A3B610392E915e1c
Octal4212731410715622113634
Binary100100010101110111100001011100110111010010001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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