Html Css Color HEX #247650 Salem

📋 copy color: '#247650'

red 36 ◦ green 118 ◦ blue 80

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

Shades of Salem #247650

Tints of Salem #247650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.43%

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

R = 15.38%
G = 50.43%
B = 34.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#247650 (or 0x247650) is known color: Salem. HEX triplet: 24, 76 and 50. RGB value is (36,118,80). Sum of RGB (Red+Green+Blue) = 36+118+80=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #247650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247650 is #DB89AF. Grayscale: #595959. Windows color (decimal): -14387632 or 5273124. OLE color: 5273124.

HSL color Cylindrical-coordinate representation of color #247650: hue angle of 152.2º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247650 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 118 80 -
CMYK 0.69 0 0.32 0.54
HSL 152.2º 0.53% 0.3% -
HSV(B) 152.2º 0.69% 0.46% -
XYZ 8.65 13.91 9.82 -
YUV 89.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 36 118 80 0.69 0 0.32 0.54 152.2 0.53 0.3
Hex 24 76 50 45 0 20 36 98 35 1E
Octal 44 166 120 105 0 40 66 230 65 36
Binary 100100 1110110 1010000 1000101 0 100000 110110 10011000 110101 11110

Color Harmonies of #247650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247650

Black with #247650

Text Example


Text Example

White with #247650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247650; }

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

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

background-color css

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

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

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

border-color css

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

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

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