Html Css Color HEX #217959 Salem

📋 copy color: '#217959'

red 33 ◦ green 121 ◦ blue 89

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

Shades of Salem #217959

Tints of Salem #217959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.79%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 13.58%
G = 49.79%
B = 36.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#217959 (or 0x217959) is known color: Salem. HEX triplet: 21, 79 and 59. RGB value is (33,121,89). Sum of RGB (Red+Green+Blue) = 33+121+89=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #217959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217959 is #DE86A6. Grayscale: #5B5B5B. Windows color (decimal): -14583463 or 5863713. OLE color: 5863713.

HSL color Cylindrical-coordinate representation of color #217959: hue angle of 158.18º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217959 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 121 89 -
CMYK 0.73 0 0.26 0.53
HSL 158.18º 0.57% 0.3% -
HSV(B) 158.18º 0.73% 0.47% -
XYZ 9.27 14.72 11.8 -
YUV 91.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 33 121 89 0.73 0 0.26 0.53 158.18 0.57 0.3
Hex 21 79 59 49 0 1A 35 9E 39 1E
Octal 41 171 131 111 0 32 65 236 71 36
Binary 100001 1111001 1011001 1001001 0 11010 110101 10011110 111001 11110

Color Harmonies of #217959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217959

Black with #217959

Text Example


Text Example

White with #217959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217959; }

 p { color: rgb(33,121,89); }

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

background-color css

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

 a { background-color: rgb(33,121,89); }

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

border-color css

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

 span { border-color: rgb(33,121,89); }

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