Html Css Color HEX #217150 Salem

📋 copy color: '#217150'

red 33 ◦ green 113 ◦ blue 80

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

Shades of Salem #217150

Tints of Salem #217150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50%

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 14.6%
G = 50%
B = 35.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#217150 (or 0x217150) is known color: Salem. HEX triplet: 21, 71 and 50. RGB value is (33,113,80). Sum of RGB (Red+Green+Blue) = 33+113+80=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #217150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217150 is #DE8EAF. Grayscale: #555555. Windows color (decimal): -14585520 or 5271841. OLE color: 5271841.

HSL color Cylindrical-coordinate representation of color #217150: hue angle of 155.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217150 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 113 80 -
CMYK 0.71 0 0.29 0.56
HSL 155.25º 0.55% 0.29% -
HSV(B) 155.25º 0.71% 0.44% -
XYZ 7.98 12.71 9.62 -
YUV 85.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 33 113 80 0.71 0 0.29 0.56 155.25 0.55 0.29
Hex 21 71 50 47 0 1D 38 9B 37 1D
Octal 41 161 120 107 0 35 70 233 67 35
Binary 100001 1110001 1010000 1000111 0 11101 111000 10011011 110111 11101

Color Harmonies of #217150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217150

Black with #217150

Text Example


Text Example

White with #217150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217150; }

 p { color: rgb(33,113,80); }

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

background-color css

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

 a { background-color: rgb(33,113,80); }

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

border-color css

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

 span { border-color: rgb(33,113,80); }

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