Html Css Color HEX #217472 Elm

📋 copy color: '#217472'

red 33 ◦ green 116 ◦ blue 114

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

Shades of Elm #217472

Tints of Elm #217472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 12.55%
G = 44.11%
B = 43.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#217472 (or 0x217472) is known color: Elm. HEX triplet: 21, 74 and 72. RGB value is (33,116,114). Sum of RGB (Red+Green+Blue) = 33+116+114=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #217472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217472 is #DE8B8D. Grayscale: #5A5A5A. Windows color (decimal): -14584718 or 7500833. OLE color: 7500833.

HSL color Cylindrical-coordinate representation of color #217472: hue angle of 178.55º 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 #217472 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 116 114 -
CMYK 0.72 0 0.02 0.55
HSL 178.55º 0.56% 0.29% -
HSV(B) 178.55º 0.72% 0.45% -
XYZ 9.91 14.03 18.11 -
YUV 90.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 33 116 114 0.72 0 0.02 0.55 178.55 0.56 0.29
Hex 21 74 72 48 0 2 37 B3 38 1D
Octal 41 164 162 110 0 2 67 263 70 35
Binary 100001 1110100 1110010 1001000 0 10 110111 10110011 111000 11101

Color Harmonies of #217472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217472

Black with #217472

Text Example


Text Example

White with #217472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217472; }

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

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

background-color css

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

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

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

border-color css

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

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

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