#247350

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

Shades of Salem #247350

Tints of Salem #247350

Color information

#247350 (or 0x247350) is unknown color: approx Salem. HEX triplet: 24, 73 and 50. RGB value is (36,115,80). Sum of RGB (Red+Green+Blue) = 36+115+80=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #247350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247350 is #DB8CAF. Grayscale: #575757. Windows color (decimal): -14388400 or 5272356. OLE color: 5272356.

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

Color convert

RGB3611580-
CMYK0.6900.300.55
HSL153.42º52.32%29.61%-
HSV(B)153.42º68.7%45.1%-
XYZ8.3113.229.7-
YUV87.39123.8391.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=15.58%
G=49.78%
B=34.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36115800.6900.300.55153.4252.3229.61
Hex2473504501E3799341e
Octal44163120105036672316436
Binary1001001110011101000010001010111101101111001100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247350; }

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

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

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

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

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

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

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

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