Html Css Color HEX #217C4B Salem

📋 copy color: '#217C4B'

red 33 ◦ green 124 ◦ blue 75

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

Shades of Salem #217C4B

Tints of Salem #217C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.33%

R = 14.22%
G = 53.45%
B = 32.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#217C4B (or 0x217C4B) is known color: Salem. HEX triplet: 21, 7C and 4B. RGB value is (33,124,75). Sum of RGB (Red+Green+Blue) = 33+124+75=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #217C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C4B is #DE83B4. Grayscale: #5B5B5B. Windows color (decimal): -14582709 or 4946977. OLE color: 4946977.

HSL color Cylindrical-coordinate representation of color #217C4B: hue angle of 147.69º 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 #217C4B is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 124 75 -
CMYK 0.73 0 0.40 0.51
HSL 147.69º 0.58% 0.31% -
HSV(B) 147.69º 0.73% 0.49% -
XYZ 9.1 15.25 9.12 -
YUV 91.21 118.85 86.48 -
System Red Green Blue C M Y K H S L
Decimal 33 124 75 0.73 0 0.40 0.51 147.69 0.58 0.31
Hex 21 7C 4B 49 0 28 33 94 3A 1F
Octal 41 174 113 111 0 50 63 224 72 37
Binary 100001 1111100 1001011 1001001 0 101000 110011 10010100 111010 11111

Color Harmonies of #217C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C4B

Black with #217C4B

Text Example


Text Example

White with #217C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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