Html Css Color HEX #217D57 Salem

📋 copy color: '#217D57'

red 33 ◦ green 125 ◦ blue 87

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

Shades of Salem #217D57

Tints of Salem #217D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.51%

R = 13.47%
G = 51.02%
B = 35.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#217D57 (or 0x217D57) is known color: Salem. HEX triplet: 21, 7D and 57. RGB value is (33,125,87). Sum of RGB (Red+Green+Blue) = 33+125+87=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #217D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D57 is #DE82A8. Grayscale: #5D5D5D. Windows color (decimal): -14582441 or 5733665. OLE color: 5733665.

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

Color convert

RGB 33 125 87 -
CMYK 0.74 0 0.30 0.51
HSL 155.22º 0.58% 0.31% -
HSV(B) 155.22º 0.74% 0.49% -
XYZ 9.68 15.68 11.53 -
YUV 93.16 124.52 85.09 -
System Red Green Blue C M Y K H S L
Decimal 33 125 87 0.74 0 0.30 0.51 155.22 0.58 0.31
Hex 21 7D 57 4A 0 1E 33 9B 3A 1F
Octal 41 175 127 112 0 36 63 233 72 37
Binary 100001 1111101 1010111 1001010 0 11110 110011 10011011 111010 11111

Color Harmonies of #217D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D57

Black with #217D57

Text Example


Text Example

White with #217D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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