#247B52

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

Shades of Salem #247B52

Tints of Salem #247B52

Color information

#247B52 (or 0x247B52) is unknown color: approx Salem. HEX triplet: 24, 7B and 52. RGB value is (36,123,82). Sum of RGB (Red+Green+Blue) = 36+123+82=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #247B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247B52 is #DB84AD. Grayscale: #5C5C5C. Windows color (decimal): -14386350 or 5405476. OLE color: 5405476.

HSL color Cylindrical-coordinate representation of color #247B52: hue angle of 151.72º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247B52 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB3612382-
CMYK0.7100.330.52
HSL151.72º54.72%31.18%-
HSV(B)151.72º70.73%48.24%-
XYZ9.3315.1510.41-
YUV92.31122.1887.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 123 (48.44% from 255) = 51.04%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=14.94%
G=51.04%
B=34.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36123820.7100.330.52151.7254.7231.18
Hex247B52470213498371f
Octal44173122107041642306737
Binary10010011110111010010100011101000011101001001100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247B52; }

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

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

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

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

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

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

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

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