Html Css Color HEX #247350 Salem

📋 copy color: '#247350'

red 36 ◦ green 115 ◦ blue 80

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

Shades of Salem #247350

Tints of Salem #247350

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 value IS 0.69

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#247350 (or 0x247350) is known color: 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

RGB 36 115 80 -
CMYK 0.69 0 0.30 0.55
HSL 153.42º 0.52% 0.3% -
HSV(B) 153.42º 0.69% 0.45% -
XYZ 8.31 13.22 9.7 -
YUV 87.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 36 115 80 0.69 0 0.30 0.55 153.42 0.52 0.3
Hex 24 73 50 45 0 1E 37 99 34 1E
Octal 44 163 120 105 0 36 67 231 64 36
Binary 100100 1110011 1010000 1000101 0 11110 110111 10011001 110100 11110

Color Harmonies of #247350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247350

Black with #247350

Text Example


Text Example

White with #247350

Text Example


Text Example

HTML Codes & Css Web 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>