#048C3E

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

Shades of Salem #048C3E

Tints of Salem #048C3E

Color information

#048C3E (or 0x048C3E) is unknown color: approx Salem. HEX triplet: 04, 8C and 3E. RGB value is (4,140,62). Sum of RGB (Red+Green+Blue) = 4+140+62=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 140 (55.08% from 255 or 67.96% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 140 - color contains mainly: green. Hex color #048C3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C3E is #FB73C1. Grayscale: #5A5A5A. Windows color (decimal): -16479170 or 4099076. OLE color: 4099076.

HSL color Cylindrical-coordinate representation of color #048C3E: hue angle of 145.59º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C3E is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB414062-
CMYK0.9700.560.45
HSL145.59º94.44%28.24%-
HSV(B)145.59º97.14%54.9%-
XYZ10.319.137.71-
YUV90.44111.9466.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 140 (55.08% from 255) = 67.96%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=1.94%
G=67.96%
B=30.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4140620.9700.560.45145.5994.4428.24
Hex48C3E610382D925e1c
Octal4214761410705522213634
Binary100100011001111101100001011100010110110010010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,140,62); }

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

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

 a { background-color: rgb(4,140,62); }

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

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

 span { border-color: rgb(4,140,62); }

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