Html Css Color HEX #218476 Elm

📋 copy color: '#218476'

red 33 ◦ green 132 ◦ blue 118

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

Shades of Elm #218476

Tints of Elm #218476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.64%

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

R = 11.66%
G = 46.64%
B = 41.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#218476 (or 0x218476) is known color: Elm. HEX triplet: 21, 84 and 76. RGB value is (33,132,118). Sum of RGB (Red+Green+Blue) = 33+132+118=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #218476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218476 is #DE7B89. Grayscale: #646464. Windows color (decimal): -14580618 or 7767073. OLE color: 7767073.

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

Color convert

RGB 33 132 118 -
CMYK 0.75 0 0.11 0.48
HSL 171.52º 0.6% 0.32% -
HSV(B) 171.52º 0.75% 0.52% -
XYZ 12.15 18.13 20 -
YUV 100.8 137.7 79.64 -
System Red Green Blue C M Y K H S L
Decimal 33 132 118 0.75 0 0.11 0.48 171.52 0.6 0.32
Hex 21 84 76 4B 0 B 30 AC 3C 20
Octal 41 204 166 113 0 13 60 254 74 40
Binary 100001 10000100 1110110 1001011 0 1011 110000 10101100 111100 100000

Color Harmonies of #218476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218476

Black with #218476

Text Example


Text Example

White with #218476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218476; }

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

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

background-color css

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

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

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

border-color css

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

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

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