Html Css Color HEX #218879 Elm

📋 copy color: '#218879'

red 33 ◦ green 136 ◦ blue 121

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

Shades of Elm #218879

Tints of Elm #218879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.9%

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

R = 11.38%
G = 46.9%
B = 41.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#218879 (or 0x218879) is known color: Elm. HEX triplet: 21, 88 and 79. RGB value is (33,136,121). Sum of RGB (Red+Green+Blue) = 33+136+121=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #218879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218879 is #DE7786. Grayscale: #676767. Windows color (decimal): -14579591 or 7964705. OLE color: 7964705.

HSL color Cylindrical-coordinate representation of color #218879: hue angle of 171.26º 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 #218879 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 136 121 -
CMYK 0.76 0 0.11 0.47
HSL 171.26º 0.61% 0.33% -
HSV(B) 171.26º 0.76% 0.53% -
XYZ 12.88 19.31 21.14 -
YUV 103.49 137.88 77.72 -
System Red Green Blue C M Y K H S L
Decimal 33 136 121 0.76 0 0.11 0.47 171.26 0.61 0.33
Hex 21 88 79 4C 0 B 2F AB 3D 21
Octal 41 210 171 114 0 13 57 253 75 41
Binary 100001 10001000 1111001 1001100 0 1011 101111 10101011 111101 100001

Color Harmonies of #218879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218879

Black with #218879

Text Example


Text Example

White with #218879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218879; }

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

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

background-color css

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

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

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

border-color css

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

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

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