Html Css Color HEX #217574 Elm

📋 copy color: '#217574'

red 33 ◦ green 117 ◦ blue 116

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

Shades of Elm #217574

Tints of Elm #217574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 12.41%
G = 43.98%
B = 43.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#217574 (or 0x217574) is known color: Elm. HEX triplet: 21, 75 and 74. RGB value is (33,117,116). Sum of RGB (Red+Green+Blue) = 33+117+116=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #217574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217574 is #DE8A8B. Grayscale: #5B5B5B. Windows color (decimal): -14584460 or 7632161. OLE color: 7632161.

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

Color convert

RGB 33 117 116 -
CMYK 0.72 0 0.01 0.54
HSL 179.29º 0.56% 0.29% -
HSV(B) 179.29º 0.72% 0.46% -
XYZ 10.14 14.31 18.75 -
YUV 91.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 33 117 116 0.72 0 0.01 0.54 179.29 0.56 0.29
Hex 21 75 74 48 0 1 36 B3 38 1D
Octal 41 165 164 110 0 1 66 263 70 35
Binary 100001 1110101 1110100 1001000 0 1 110110 10110011 111000 11101

Color Harmonies of #217574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217574

Black with #217574

Text Example


Text Example

White with #217574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217574; }

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

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

background-color css

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

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

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

border-color css

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

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

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