Html Css Color HEX #217470 Elm

📋 copy color: '#217470'

red 33 ◦ green 116 ◦ blue 112

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

Shades of Elm #217470

Tints of Elm #217470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 12.64%
G = 44.44%
B = 42.91%

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

#217470 (or 0x217470) is known color: Elm. HEX triplet: 21, 74 and 70. RGB value is (33,116,112). Sum of RGB (Red+Green+Blue) = 33+116+112=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #217470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217470 is #DE8B8F. Grayscale: #5A5A5A. Windows color (decimal): -14584720 or 7369761. OLE color: 7369761.

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

Color convert

RGB 33 116 112 -
CMYK 0.72 0 0.03 0.55
HSL 177.11º 0.56% 0.29% -
HSV(B) 177.11º 0.72% 0.45% -
XYZ 9.8 13.98 17.51 -
YUV 90.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 33 116 112 0.72 0 0.03 0.55 177.11 0.56 0.29
Hex 21 74 70 48 0 3 37 B1 38 1D
Octal 41 164 160 110 0 3 67 261 70 35
Binary 100001 1110100 1110000 1001000 0 11 110111 10110001 111000 11101

Color Harmonies of #217470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217470

Black with #217470

Text Example


Text Example

White with #217470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217470; }

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

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

background-color css

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

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

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

border-color css

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

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

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