#247355

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

Shades of Salem #247355

Tints of Salem #247355

Color information

#247355 (or 0x247355) is unknown color: approx Salem. HEX triplet: 24, 73 and 55. RGB value is (36,115,85). Sum of RGB (Red+Green+Blue) = 36+115+85=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #247355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247355 is #DB8CAA. Grayscale: #575757. Windows color (decimal): -14388395 or 5600036. OLE color: 5600036.

HSL color Cylindrical-coordinate representation of color #247355: hue angle of 157.22º degrees, saturation: 0.52, 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 #247355 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB3611585-
CMYK0.6900.260.55
HSL157.22º52.32%29.61%-
HSV(B)157.22º68.7%45.1%-
XYZ8.513.2910.71-
YUV87.96126.3390.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.25%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=15.25%
G=48.73%
B=36.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36115850.6900.260.55157.2252.3229.61
Hex2473554501A379d341e
Octal44163125105032672356436
Binary1001001110011101010110001010110101101111001110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247355; }

 p { color: rgb(36,115,85); }

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

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

 a { background-color: rgb(36,115,85); }

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

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

 span { border-color: rgb(36,115,85); }

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