#048A42

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

Shades of Salem #048A42

Tints of Salem #048A42

Color information

#048A42 (or 0x048A42) is unknown color: approx Salem. HEX triplet: 04, 8A and 42. RGB value is (4,138,66). Sum of RGB (Red+Green+Blue) = 4+138+66=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 138 (54.30% from 255 or 66.35% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 138 - color contains mainly: green. Hex color #048A42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A42 is #FB75BD. Grayscale: #595959. Windows color (decimal): -16479678 or 4360708. OLE color: 4360708.

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

Color convert

RGB413866-
CMYK0.9700.520.46
HSL147.76º94.37%27.84%-
HSV(B)147.76º97.1%54.12%-
XYZ10.1218.68.21-
YUV89.73114.6166.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 138 (54.30% from 255) = 66.35%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=1.92%
G=66.35%
B=31.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4138660.9700.520.46147.7694.3727.84
Hex48A42610342E945e1c
Octal42121021410645622413634
Binary1001000101010000101100001011010010111010010100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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