Html Css Color HEX #247050 Salem

📋 copy color: '#247050'

red 36 ◦ green 112 ◦ blue 80

#247050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #247050

Tints of Salem #247050

RGB

 RED value IS 36 (14.45% from 255) = 15.79%

 GREEN value IS 112 (44.14% from 255) = 49.12%

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 15.79%
G = 49.12%
B = 35.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#247050 (or 0x247050) is known color: Salem. HEX triplet: 24, 70 and 50. RGB value is (36,112,80). Sum of RGB (Red+Green+Blue) = 36+112+80=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #247050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247050 is #DB8FAF. Grayscale: #555555. Windows color (decimal): -14389168 or 5271588. OLE color: 5271588.

HSL color Cylindrical-coordinate representation of color #247050: hue angle of 154.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247050 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 112 80 -
CMYK 0.68 0 0.29 0.56
HSL 154.74º 0.51% 0.29% -
HSV(B) 154.74º 0.68% 0.44% -
XYZ 7.97 12.54 9.59 -
YUV 85.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 36 112 80 0.68 0 0.29 0.56 154.74 0.51 0.29
Hex 24 70 50 44 0 1D 38 9B 33 1D
Octal 44 160 120 104 0 35 70 233 63 35
Binary 100100 1110000 1010000 1000100 0 11101 111000 10011011 110011 11101

Color Harmonies of #247050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247050

Black with #247050

Text Example


Text Example

White with #247050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247050; }

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

 H1.HeaderClassName
 {
   color: #247050;
 }
 .AnyTagClassName
 {
   color: #247050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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