Html Css Color HEX #217571 Elm

📋 copy color: '#217571'

red 33 ◦ green 117 ◦ blue 113

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

Shades of Elm #217571

Tints of Elm #217571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.49%

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 12.55%
G = 44.49%
B = 42.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#217571 (or 0x217571) is known color: Elm. HEX triplet: 21, 75 and 71. RGB value is (33,117,113). Sum of RGB (Red+Green+Blue) = 33+117+113=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #217571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217571 is #DE8A8E. Grayscale: #5B5B5B. Windows color (decimal): -14584463 or 7435553. OLE color: 7435553.

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

Color convert

RGB 33 117 113 -
CMYK 0.72 0 0.03 0.54
HSL 177.14º 0.56% 0.29% -
HSV(B) 177.14º 0.72% 0.46% -
XYZ 9.97 14.24 17.85 -
YUV 91.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 33 117 113 0.72 0 0.03 0.54 177.14 0.56 0.29
Hex 21 75 71 48 0 3 36 B1 38 1D
Octal 41 165 161 110 0 3 66 261 70 35
Binary 100001 1110101 1110001 1001000 0 11 110110 10110001 111000 11101

Color Harmonies of #217571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217571

Black with #217571

Text Example


Text Example

White with #217571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217571; }

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

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

background-color css

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

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

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

border-color css

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

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

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