Html Css Color HEX #217353 Salem

📋 copy color: '#217353'

red 33 ◦ green 115 ◦ blue 83

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

Shades of Salem #217353

Tints of Salem #217353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 14.29%
G = 49.78%
B = 35.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#217353 (or 0x217353) is known color: Salem. HEX triplet: 21, 73 and 53. RGB value is (33,115,83). Sum of RGB (Red+Green+Blue) = 33+115+83=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #217353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217353 is #DE8CAC. Grayscale: #565656. Windows color (decimal): -14585005 or 5468961. OLE color: 5468961.

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

Color convert

RGB 33 115 83 -
CMYK 0.71 0 0.28 0.55
HSL 156.59º 0.55% 0.29% -
HSV(B) 156.59º 0.71% 0.45% -
XYZ 8.32 13.21 10.29 -
YUV 86.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 33 115 83 0.71 0 0.28 0.55 156.59 0.55 0.29
Hex 21 73 53 47 0 1C 37 9D 37 1D
Octal 41 163 123 107 0 34 67 235 67 35
Binary 100001 1110011 1010011 1000111 0 11100 110111 10011101 110111 11101

Color Harmonies of #217353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217353

Black with #217353

Text Example


Text Example

White with #217353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217353; }

 p { color: rgb(33,115,83); }

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

background-color css

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

 a { background-color: rgb(33,115,83); }

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

border-color css

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

 span { border-color: rgb(33,115,83); }

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