#247552

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

Shades of Salem #247552

Tints of Salem #247552

Color information

#247552 (or 0x247552) is unknown color: approx Salem. HEX triplet: 24, 75 and 52. RGB value is (36,117,82). Sum of RGB (Red+Green+Blue) = 36+117+82=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #247552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247552 is #DB8AAD. Grayscale: #585858. Windows color (decimal): -14387886 or 5403940. OLE color: 5403940.

HSL color Cylindrical-coordinate representation of color #247552: hue angle of 154.07º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247552 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB3611782-
CMYK0.6900.300.54
HSL154.07º52.94%30%-
HSV(B)154.07º69.23%45.88%-
XYZ8.6113.7110.17-
YUV88.79124.1690.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.32%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=15.32%
G=49.79%
B=34.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36117820.6900.300.54154.0752.9430
Hex2475524501E369a351e
Octal44165122105036662326536
Binary1001001110101101001010001010111101101101001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247552; }

 p { color: rgb(36,117,82); }

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

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

 a { background-color: rgb(36,117,82); }

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

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

 span { border-color: rgb(36,117,82); }

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