#048A3A

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

Shades of Salem #048A3A

Tints of Salem #048A3A

Color information

#048A3A (or 0x048A3A) is unknown color: approx Salem. HEX triplet: 04, 8A and 3A. RGB value is (4,138,58). Sum of RGB (Red+Green+Blue) = 4+138+58=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 138 (54.30% from 255 or 69% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 138 - color contains mainly: green. Hex color #048A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A3A is #FB75C5. Grayscale: #595959. Windows color (decimal): -16479686 or 3836420. OLE color: 3836420.

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

Color convert

RGB413858-
CMYK0.9700.580.46
HSL144.18º94.37%27.84%-
HSV(B)144.18º97.1%54.12%-
XYZ9.918.517.05-
YUV88.81110.6167.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 138 (54.30% from 255) = 69%
BLUE value IS 58 (23.05% from 255) = 29%
R=2%
G=69%
B=29%

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
Decimal4138580.9700.580.46144.1894.3727.84
Hex48A3A6103A2E905e1c
Octal4212721410725622013634
Binary100100010101110101100001011101010111010010000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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