#247452

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

Shades of Salem #247452

Tints of Salem #247452

Color information

#247452 (or 0x247452) is unknown color: approx Salem. HEX triplet: 24, 74 and 52. RGB value is (36,116,82). Sum of RGB (Red+Green+Blue) = 36+116+82=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #247452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247452 is #DB8BAD. Grayscale: #585858. Windows color (decimal): -14388142 or 5403684. OLE color: 5403684.

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

Color convert

RGB3611682-
CMYK0.6900.290.55
HSL154.5º52.63%29.8%-
HSV(B)154.5º68.97%45.49%-
XYZ8.513.4810.14-
YUV88.2124.590.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.38%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=15.38%
G=49.57%
B=35.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36116820.6900.290.55154.552.6329.8
Hex2474524501D379a351e
Octal44164122105035672326536
Binary1001001110100101001010001010111011101111001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247452; }

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

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

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

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

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

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

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

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