Html Css Color HEX #217776 Elm

📋 copy color: '#217776'

red 33 ◦ green 119 ◦ blue 118

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

Shades of Elm #217776

Tints of Elm #217776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 12.22%
G = 44.07%
B = 43.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#217776 (or 0x217776) is known color: Elm. HEX triplet: 21, 77 and 76. RGB value is (33,119,118). Sum of RGB (Red+Green+Blue) = 33+119+118=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #217776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217776 is #DE8889. Grayscale: #5D5D5D. Windows color (decimal): -14583946 or 7763745. OLE color: 7763745.

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

Color convert

RGB 33 119 118 -
CMYK 0.72 0 0.01 0.53
HSL 179.3º 0.57% 0.3% -
HSV(B) 179.3º 0.72% 0.47% -
XYZ 10.49 14.82 19.45 -
YUV 93.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 33 119 118 0.72 0 0.01 0.53 179.3 0.57 0.3
Hex 21 77 76 48 0 1 35 B3 39 1E
Octal 41 167 166 110 0 1 65 263 71 36
Binary 100001 1110111 1110110 1001000 0 1 110101 10110011 111001 11110

Color Harmonies of #217776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217776

Black with #217776

Text Example


Text Example

White with #217776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217776; }

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

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

background-color css

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

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

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

border-color css

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

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

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