Html Css Color HEX #217572 Elm

📋 copy color: '#217572'

red 33 ◦ green 117 ◦ blue 114

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

Shades of Elm #217572

Tints of Elm #217572

RGB

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

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

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

R = 12.5%
G = 44.32%
B = 43.18%

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

#217572 (or 0x217572) is known color: Elm. HEX triplet: 21, 75 and 72. RGB value is (33,117,114). Sum of RGB (Red+Green+Blue) = 33+117+114=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #217572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217572 is #DE8A8D. Grayscale: #5B5B5B. Windows color (decimal): -14584462 or 7501089. OLE color: 7501089.

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

Color convert

RGB 33 117 114 -
CMYK 0.72 0 0.03 0.54
HSL 177.86º 0.56% 0.29% -
HSV(B) 177.86º 0.72% 0.46% -
XYZ 10.03 14.26 18.14 -
YUV 91.54 140.67 86.24 -
System Red Green Blue C M Y K H S L
Decimal 33 117 114 0.72 0 0.03 0.54 177.86 0.56 0.29
Hex 21 75 72 48 0 3 36 B2 38 1D
Octal 41 165 162 110 0 3 66 262 70 35
Binary 100001 1110101 1110010 1001000 0 11 110110 10110010 111000 11101

Color Harmonies of #217572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217572

Black with #217572

Text Example


Text Example

White with #217572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217572; }

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

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

background-color css

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

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

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

border-color css

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

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

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