Html Css Color HEX #217C49 Salem

📋 copy color: '#217C49'

red 33 ◦ green 124 ◦ blue 73

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

Shades of Salem #217C49

Tints of Salem #217C49

RGB

 RED value IS 33 (13.28% from 255) = 14.35%

 GREEN value IS 124 (48.83% from 255) = 53.91%

 BLUE value IS 73 (28.91% from 255) = 31.74%

R = 14.35%
G = 53.91%
B = 31.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#217C49 (or 0x217C49) is known color: Salem. HEX triplet: 21, 7C and 49. RGB value is (33,124,73). Sum of RGB (Red+Green+Blue) = 33+124+73=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 124 (48.83% from 255 or 53.91% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 124 - color contains mainly: green. Hex color #217C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C49 is #DE83B6. Grayscale: #5B5B5B. Windows color (decimal): -14582711 or 4815905. OLE color: 4815905.

HSL color Cylindrical-coordinate representation of color #217C49: hue angle of 146.37º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C49 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 124 73 -
CMYK 0.73 0 0.41 0.51
HSL 146.37º 0.58% 0.31% -
HSV(B) 146.37º 0.73% 0.49% -
XYZ 9.04 15.22 8.76 -
YUV 90.98 117.85 86.65 -
System Red Green Blue C M Y K H S L
Decimal 33 124 73 0.73 0 0.41 0.51 146.37 0.58 0.31
Hex 21 7C 49 49 0 29 33 92 3A 1F
Octal 41 174 111 111 0 51 63 222 72 37
Binary 100001 1111100 1001001 1001001 0 101001 110011 10010010 111010 11111

Color Harmonies of #217C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C49

Black with #217C49

Text Example


Text Example

White with #217C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217C49; }

 p { color: rgb(33,124,73); }

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

background-color css

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

 a { background-color: rgb(33,124,73); }

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

border-color css

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

 span { border-color: rgb(33,124,73); }

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