#247D4F

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

Shades of Salem #247D4F

Tints of Salem #247D4F

Color information

#247D4F (or 0x247D4F) is unknown color: approx Salem. HEX triplet: 24, 7D and 4F. RGB value is (36,125,79). Sum of RGB (Red+Green+Blue) = 36+125+79=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #247D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247D4F is #DB82B0. Grayscale: #5D5D5D. Windows color (decimal): -14385841 or 5209380. OLE color: 5209380.

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

Color convert

RGB3612579-
CMYK0.7100.370.51
HSL148.99º55.28%31.57%-
HSV(B)148.99º71.2%49.02%-
XYZ9.4715.619.91-
YUV93.14120.0187.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 125 (49.22% from 255) = 52.08%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=15%
G=52.08%
B=32.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36125790.7100.370.51148.9955.2831.57
Hex247D4F4702533953720
Octal44175117107045632256740
Binary100100111110110011111000111010010111001110010101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,125,79); }

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

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

 a { background-color: rgb(36,125,79); }

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

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

 span { border-color: rgb(36,125,79); }

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