#247C5A

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

Shades of Salem #247C5A

Tints of Salem #247C5A

Color information

#247C5A (or 0x247C5A) is unknown color: approx Salem. HEX triplet: 24, 7C and 5A. RGB value is (36,124,90). Sum of RGB (Red+Green+Blue) = 36+124+90=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #247C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247C5A is #DB83A5. Grayscale: #5D5D5D. Windows color (decimal): -14386086 or 5930020. OLE color: 5930020.

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

Color convert

RGB3612490-
CMYK0.7100.270.51
HSL156.82º55%31.37%-
HSV(B)156.82º70.97%48.63%-
XYZ9.7815.5312.15-
YUV93.81125.8586.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.4%
GREEN value IS 124 (48.83% from 255) = 49.6%
BLUE value IS 90 (35.55% from 255) = 36%
R=14.4%
G=49.6%
B=36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36124900.7100.270.51156.825531.37
Hex247C5A4701B339d371f
Octal44174132107033632356737
Binary1001001111100101101010001110110111100111001110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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