Html Css Color HEX #217471 Elm

📋 copy color: '#217471'

red 33 ◦ green 116 ◦ blue 113

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

Shades of Elm #217471

Tints of Elm #217471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

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

R = 12.6%
G = 44.27%
B = 43.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#217471 (or 0x217471) is known color: Elm. HEX triplet: 21, 74 and 71. RGB value is (33,116,113). Sum of RGB (Red+Green+Blue) = 33+116+113=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #217471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217471 is #DE8B8E. Grayscale: #5A5A5A. Windows color (decimal): -14584719 or 7435297. OLE color: 7435297.

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

Color convert

RGB 33 116 113 -
CMYK 0.72 0 0.03 0.55
HSL 177.83º 0.56% 0.29% -
HSV(B) 177.83º 0.72% 0.45% -
XYZ 9.85 14.01 17.81 -
YUV 90.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 33 116 113 0.72 0 0.03 0.55 177.83 0.56 0.29
Hex 21 74 71 48 0 3 37 B2 38 1D
Octal 41 164 161 110 0 3 67 262 70 35
Binary 100001 1110100 1110001 1001000 0 11 110111 10110010 111000 11101

Color Harmonies of #217471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217471

Black with #217471

Text Example


Text Example

White with #217471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217471; }

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

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

background-color css

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

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

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

border-color css

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

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

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