Html Css Color HEX #217D59 Salem

📋 copy color: '#217D59'

red 33 ◦ green 125 ◦ blue 89

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

Shades of Salem #217D59

Tints of Salem #217D59

RGB

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

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

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

R = 13.36%
G = 50.61%
B = 36.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#217D59 (or 0x217D59) is known color: Salem. HEX triplet: 21, 7D and 59. RGB value is (33,125,89). Sum of RGB (Red+Green+Blue) = 33+125+89=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 125 (49.22% from 255 or 50.61% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 125 - color contains mainly: green. Hex color #217D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D59 is #DE82A6. Grayscale: #5D5D5D. Windows color (decimal): -14582439 or 5864737. OLE color: 5864737.

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

Color convert

RGB 33 125 89 -
CMYK 0.74 0 0.29 0.51
HSL 156.52º 0.58% 0.31% -
HSV(B) 156.52º 0.74% 0.49% -
XYZ 9.76 15.71 11.97 -
YUV 93.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 33 125 89 0.74 0 0.29 0.51 156.52 0.58 0.31
Hex 21 7D 59 4A 0 1D 33 9D 3A 1F
Octal 41 175 131 112 0 35 63 235 72 37
Binary 100001 1111101 1011001 1001010 0 11101 110011 10011101 111010 11111

Color Harmonies of #217D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D59

Black with #217D59

Text Example


Text Example

White with #217D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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