Html Css Color HEX #247D4A Salem

📋 copy color: '#247D4A'

red 36 ◦ green 125 ◦ blue 74

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

Shades of Salem #247D4A

Tints of Salem #247D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.19%

 BLUE value IS 74 (29.3% from 255) = 31.49%

R = 15.32%
G = 53.19%
B = 31.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#247D4A (or 0x247D4A) is known color: Salem. HEX triplet: 24, 7D and 4A. RGB value is (36,125,74). Sum of RGB (Red+Green+Blue) = 36+125+74=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #247D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247D4A is #DB82B5. Grayscale: #5C5C5C. Windows color (decimal): -14385846 or 4881700. OLE color: 4881700.

HSL color Cylindrical-coordinate representation of color #247D4A: hue angle of 145.62º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247D4A is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 125 74 -
CMYK 0.71 0 0.41 0.51
HSL 145.62º 0.55% 0.32% -
HSV(B) 145.62º 0.71% 0.49% -
XYZ 9.3 15.54 8.99 -
YUV 92.58 117.51 87.65 -
System Red Green Blue C M Y K H S L
Decimal 36 125 74 0.71 0 0.41 0.51 145.62 0.55 0.32
Hex 24 7D 4A 47 0 29 33 92 37 20
Octal 44 175 112 107 0 51 63 222 67 40
Binary 100100 1111101 1001010 1000111 0 101001 110011 10010010 110111 100000

Color Harmonies of #247D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247D4A

Black with #247D4A

Text Example


Text Example

White with #247D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,125,74); }

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

background-color css

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

 a { background-color: rgb(36,125,74); }

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

border-color css

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

 span { border-color: rgb(36,125,74); }

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