#247852

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

Shades of Salem #247852

Tints of Salem #247852

Color information

#247852 (or 0x247852) is unknown color: approx Salem. HEX triplet: 24, 78 and 52. RGB value is (36,120,82). Sum of RGB (Red+Green+Blue) = 36+120+82=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #247852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247852 is #DB87AD. Grayscale: #5A5A5A. Windows color (decimal): -14387118 or 5404708. OLE color: 5404708.

HSL color Cylindrical-coordinate representation of color #247852: hue angle of 152.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247852 is Cyan = 0.7, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB3612082-
CMYK0.700.320.53
HSL152.86º53.85%30.59%-
HSV(B)152.86º70%47.06%-
XYZ8.9714.4210.29-
YUV90.55123.1789.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=15.13%
G=50.42%
B=34.45%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36120820.700.320.53152.8653.8530.59
Hex247852460203599361f
Octal44170122106040652316637
Binary10010011110001010010100011001000001101011001100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247852; }

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

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

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

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

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

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

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

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