#247150

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

Shades of Salem #247150

Tints of Salem #247150

Color information

#247150 (or 0x247150) is unknown color: approx Salem. HEX triplet: 24, 71 and 50. RGB value is (36,113,80). Sum of RGB (Red+Green+Blue) = 36+113+80=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #247150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247150 is #DB8EAF. Grayscale: #565656. Windows color (decimal): -14388912 or 5271844. OLE color: 5271844.

HSL color Cylindrical-coordinate representation of color #247150: hue angle of 154.29º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247150 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB3611380-
CMYK0.6800.290.56
HSL154.29º51.68%29.22%-
HSV(B)154.29º68.14%44.31%-
XYZ8.0812.769.63-
YUV86.22124.4992.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.72%
GREEN value IS 113 (44.53% from 255) = 49.34%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=15.72%
G=49.34%
B=34.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36113800.6800.290.56154.2951.6829.22
Hex2471504401D389a341d
Octal44161120104035702326435
Binary1001001110001101000010001000111011110001001101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247150; }

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

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

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

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

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

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

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

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