#048242

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

Shades of Salem #048242

Tints of Salem #048242

Color information

#048242 (or 0x048242) is unknown color: approx Salem. HEX triplet: 04, 82 and 42. RGB value is (4,130,66). Sum of RGB (Red+Green+Blue) = 4+130+66=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #048242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048242 is #FB7DBD. Grayscale: #555555. Windows color (decimal): -16481726 or 4358660. OLE color: 4358660.

HSL color Cylindrical-coordinate representation of color #048242: hue angle of 149.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048242 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB413066-
CMYK0.9700.490.49
HSL149.52º94.03%26.27%-
HSV(B)149.52º96.92%50.98%-
XYZ9.0216.387.84-
YUV85.03117.2670.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 130 (51.17% from 255) = 65%
BLUE value IS 66 (26.17% from 255) = 33%
R=2%
G=65%
B=33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130660.9700.490.49149.5294.0326.27
Hex482426103131965e1a
Octal42021021410616122613632
Binary1001000001010000101100001011000111000110010110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048242; }

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

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

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

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

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

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

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

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