Html Css Color HEX #217775 Elm

📋 copy color: '#217775'

red 33 ◦ green 119 ◦ blue 117

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

Shades of Elm #217775

Tints of Elm #217775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 12.27%
G = 44.24%
B = 43.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#217775 (or 0x217775) is known color: Elm. HEX triplet: 21, 77 and 75. RGB value is (33,119,117). Sum of RGB (Red+Green+Blue) = 33+119+117=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #217775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217775 is #DE888A. Grayscale: #5C5C5C. Windows color (decimal): -14583947 or 7698209. OLE color: 7698209.

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

Color convert

RGB 33 119 117 -
CMYK 0.72 0 0.02 0.53
HSL 178.6º 0.57% 0.3% -
HSV(B) 178.6º 0.72% 0.47% -
XYZ 10.43 14.8 19.14 -
YUV 93.06 141.51 85.16 -
System Red Green Blue C M Y K H S L
Decimal 33 119 117 0.72 0 0.02 0.53 178.6 0.57 0.3
Hex 21 77 75 48 0 2 35 B3 39 1E
Octal 41 167 165 110 0 2 65 263 71 36
Binary 100001 1110111 1110101 1001000 0 10 110101 10110011 111001 11110

Color Harmonies of #217775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217775

Black with #217775

Text Example


Text Example

White with #217775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217775; }

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

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

background-color css

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

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

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

border-color css

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

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

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