Html Css Color HEX #218477 Elm

📋 copy color: '#218477'

red 33 ◦ green 132 ◦ blue 119

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

Shades of Elm #218477

Tints of Elm #218477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.9%

R = 11.62%
G = 46.48%
B = 41.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#218477 (or 0x218477) is known color: Elm. HEX triplet: 21, 84 and 77. RGB value is (33,132,119). Sum of RGB (Red+Green+Blue) = 33+132+119=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #218477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218477 is #DE7B88. Grayscale: #646464. Windows color (decimal): -14580617 or 7832609. OLE color: 7832609.

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

Color convert

RGB 33 132 119 -
CMYK 0.75 0 0.10 0.48
HSL 172.12º 0.6% 0.32% -
HSV(B) 172.12º 0.75% 0.52% -
XYZ 12.21 18.16 20.31 -
YUV 100.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 33 132 119 0.75 0 0.10 0.48 172.12 0.6 0.32
Hex 21 84 77 4B 0 A 30 AC 3C 20
Octal 41 204 167 113 0 12 60 254 74 40
Binary 100001 10000100 1110111 1001011 0 1010 110000 10101100 111100 100000

Color Harmonies of #218477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218477

Black with #218477

Text Example


Text Example

White with #218477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218477; }

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

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

background-color css

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

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

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

border-color css

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

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

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