#247C48

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

Shades of Salem #247C48

Tints of Salem #247C48

Color information

#247C48 (or 0x247C48) is unknown color: approx Salem. HEX triplet: 24, 7C and 48. RGB value is (36,124,72). Sum of RGB (Red+Green+Blue) = 36+124+72=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #247C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C48 is #DB83B7. Grayscale: #5B5B5B. Windows color (decimal): -14386104 or 4750372. OLE color: 4750372.

HSL color Cylindrical-coordinate representation of color #247C48: hue angle of 144.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247C48 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB3612472-
CMYK0.7100.420.51
HSL144.55º55%31.37%-
HSV(B)144.55º70.97%48.63%-
XYZ9.115.268.6-
YUV91.76116.8588.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.52%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=15.52%
G=53.45%
B=31.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36124720.7100.420.51144.555531.37
Hex247C484702A3391371f
Octal44174110107052632216737
Binary10010011111001001000100011101010101100111001000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247C48; }

 p { color: rgb(36,124,72); }

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

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

 a { background-color: rgb(36,124,72); }

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

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

 span { border-color: rgb(36,124,72); }

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