Html Css Color HEX #218376 Elm

📋 copy color: '#218376'

red 33 ◦ green 131 ◦ blue 118

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

Shades of Elm #218376

Tints of Elm #218376

RGB

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

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

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

R = 11.7%
G = 46.45%
B = 41.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#218376 (or 0x218376) is known color: Elm. HEX triplet: 21, 83 and 76. RGB value is (33,131,118). Sum of RGB (Red+Green+Blue) = 33+131+118=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #218376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218376 is #DE7C89. Grayscale: #646464. Windows color (decimal): -14580874 or 7766817. OLE color: 7766817.

HSL color Cylindrical-coordinate representation of color #218376: hue angle of 172.04º 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 #218376 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 118 -
CMYK 0.75 0 0.10 0.49
HSL 172.04º 0.6% 0.32% -
HSV(B) 172.04º 0.75% 0.51% -
XYZ 12.01 17.86 19.95 -
YUV 100.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 33 131 118 0.75 0 0.10 0.49 172.04 0.6 0.32
Hex 21 83 76 4B 0 A 31 AC 3C 20
Octal 41 203 166 113 0 12 61 254 74 40
Binary 100001 10000011 1110110 1001011 0 1010 110001 10101100 111100 100000

Color Harmonies of #218376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218376

Black with #218376

Text Example


Text Example

White with #218376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218376; }

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

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

background-color css

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

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

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

border-color css

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

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

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