Html Css Color HEX #218379 Elm

📋 copy color: '#218379'

red 33 ◦ green 131 ◦ blue 121

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

Shades of Elm #218379

Tints of Elm #218379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

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

R = 11.58%
G = 45.96%
B = 42.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#218379 (or 0x218379) is known color: Elm. HEX triplet: 21, 83 and 79. RGB value is (33,131,121). Sum of RGB (Red+Green+Blue) = 33+131+121=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #218379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218379 is #DE7C86. Grayscale: #646464. Windows color (decimal): -14580871 or 7963425. OLE color: 7963425.

HSL color Cylindrical-coordinate representation of color #218379: hue angle of 173.88º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218379 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 121 -
CMYK 0.75 0 0.08 0.49
HSL 173.88º 0.6% 0.32% -
HSV(B) 173.88º 0.75% 0.51% -
XYZ 12.19 17.94 20.91 -
YUV 100.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 33 131 121 0.75 0 0.08 0.49 173.88 0.6 0.32
Hex 21 83 79 4B 0 8 31 AE 3C 20
Octal 41 203 171 113 0 10 61 256 74 40
Binary 100001 10000011 1111001 1001011 0 1000 110001 10101110 111100 100000

Color Harmonies of #218379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218379

Black with #218379

Text Example


Text Example

White with #218379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218379; }

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

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

background-color css

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

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

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

border-color css

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

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

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