Html Css Color HEX #218779 Elm

📋 copy color: '#218779'

red 33 ◦ green 135 ◦ blue 121

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

Shades of Elm #218779

Tints of Elm #218779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.71%

 BLUE value IS 121 (47.66% from 255) = 41.87%

R = 11.42%
G = 46.71%
B = 41.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#218779 (or 0x218779) is known color: Elm. HEX triplet: 21, 87 and 79. RGB value is (33,135,121). Sum of RGB (Red+Green+Blue) = 33+135+121=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #218779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218779 is #DE7886. Grayscale: #666666. Windows color (decimal): -14579847 or 7964449. OLE color: 7964449.

HSL color Cylindrical-coordinate representation of color #218779: hue angle of 171.76º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218779 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 135 121 -
CMYK 0.76 0 0.10 0.47
HSL 171.76º 0.61% 0.33% -
HSV(B) 171.76º 0.76% 0.53% -
XYZ 12.74 19.03 21.09 -
YUV 102.91 138.21 78.14 -
System Red Green Blue C M Y K H S L
Decimal 33 135 121 0.76 0 0.10 0.47 171.76 0.61 0.33
Hex 21 87 79 4C 0 A 2F AC 3D 21
Octal 41 207 171 114 0 12 57 254 75 41
Binary 100001 10000111 1111001 1001100 0 1010 101111 10101100 111101 100001

Color Harmonies of #218779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218779

Black with #218779

Text Example


Text Example

White with #218779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218779; }

 p { color: rgb(33,135,121); }

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

background-color css

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

 a { background-color: rgb(33,135,121); }

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

border-color css

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

 span { border-color: rgb(33,135,121); }

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