#247C50

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

Shades of Salem #247C50

Tints of Salem #247C50

Color information

#247C50 (or 0x247C50) is unknown color: approx Salem. HEX triplet: 24, 7C and 50. RGB value is (36,124,80). Sum of RGB (Red+Green+Blue) = 36+124+80=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #247C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247C50 is #DB83AF. Grayscale: #5C5C5C. Windows color (decimal): -14386096 or 5274660. OLE color: 5274660.

HSL color Cylindrical-coordinate representation of color #247C50: hue angle of 150º 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 #247C50 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB3612480-
CMYK0.7100.350.51
HSL150º55%31.37%-
HSV(B)150º70.97%48.63%-
XYZ9.3815.3710.06-
YUV92.67120.8587.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 124 (48.83% from 255) = 51.67%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=15%
G=51.67%
B=33.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36124800.7100.350.511505531.37
Hex247C50470233396371f
Octal44174120107043632266737
Binary10010011111001010000100011101000111100111001011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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