Html Css Color HEX #217655 Salem

📋 copy color: '#217655'

red 33 ◦ green 118 ◦ blue 85

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

Shades of Salem #217655

Tints of Salem #217655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50%

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 13.98%
G = 50%
B = 36.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#217655 (or 0x217655) is known color: Salem. HEX triplet: 21, 76 and 55. RGB value is (33,118,85). Sum of RGB (Red+Green+Blue) = 33+118+85=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #217655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217655 is #DE89AA. Grayscale: #585858. Windows color (decimal): -14584235 or 5600801. OLE color: 5600801.

HSL color Cylindrical-coordinate representation of color #217655: hue angle of 156.71º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217655 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 118 85 -
CMYK 0.72 0 0.28 0.54
HSL 156.71º 0.56% 0.3% -
HSV(B) 156.71º 0.72% 0.46% -
XYZ 8.75 13.94 10.82 -
YUV 88.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 33 118 85 0.72 0 0.28 0.54 156.71 0.56 0.3
Hex 21 76 55 48 0 1C 36 9D 38 1E
Octal 41 166 125 110 0 34 66 235 70 36
Binary 100001 1110110 1010101 1001000 0 11100 110110 10011101 111000 11110

Color Harmonies of #217655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217655

Black with #217655

Text Example


Text Example

White with #217655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217655; }

 p { color: rgb(33,118,85); }

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

background-color css

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

 a { background-color: rgb(33,118,85); }

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

border-color css

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

 span { border-color: rgb(33,118,85); }

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