Html Css Color HEX #217770 Elm

📋 copy color: '#217770'

red 33 ◦ green 119 ◦ blue 112

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

Shades of Elm #217770

Tints of Elm #217770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.08%

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

R = 12.5%
G = 45.08%
B = 42.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#217770 (or 0x217770) is known color: Elm. HEX triplet: 21, 77 and 70. RGB value is (33,119,112). Sum of RGB (Red+Green+Blue) = 33+119+112=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #217770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217770 is #DE888F. Grayscale: #5C5C5C. Windows color (decimal): -14583952 or 7370529. OLE color: 7370529.

HSL color Cylindrical-coordinate representation of color #217770: hue angle of 175.12º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217770 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 119 112 -
CMYK 0.72 0 0.06 0.53
HSL 175.12º 0.57% 0.3% -
HSV(B) 175.12º 0.72% 0.47% -
XYZ 10.15 14.69 17.63 -
YUV 92.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 33 119 112 0.72 0 0.06 0.53 175.12 0.57 0.3
Hex 21 77 70 48 0 6 35 AF 39 1E
Octal 41 167 160 110 0 6 65 257 71 36
Binary 100001 1110111 1110000 1001000 0 110 110101 10101111 111001 11110

Color Harmonies of #217770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217770

Black with #217770

Text Example


Text Example

White with #217770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217770; }

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

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

background-color css

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

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

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

border-color css

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

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

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