Html Css Color HEX #218474 Elm

📋 copy color: '#218474'

red 33 ◦ green 132 ◦ blue 116

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

Shades of Elm #218474

Tints of Elm #218474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 11.74%
G = 46.98%
B = 41.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#218474 (or 0x218474) is known color: Elm. HEX triplet: 21, 84 and 74. RGB value is (33,132,116). Sum of RGB (Red+Green+Blue) = 33+132+116=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #218474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218474 is #DE7B8B. Grayscale: #646464. Windows color (decimal): -14580620 or 7636001. OLE color: 7636001.

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

Color convert

RGB 33 132 116 -
CMYK 0.75 0 0.12 0.48
HSL 170.3º 0.6% 0.32% -
HSV(B) 170.3º 0.75% 0.52% -
XYZ 12.03 18.09 19.38 -
YUV 100.58 136.7 79.8 -
System Red Green Blue C M Y K H S L
Decimal 33 132 116 0.75 0 0.12 0.48 170.3 0.6 0.32
Hex 21 84 74 4B 0 C 30 AA 3C 20
Octal 41 204 164 113 0 14 60 252 74 40
Binary 100001 10000100 1110100 1001011 0 1100 110000 10101010 111100 100000

Color Harmonies of #218474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218474

Black with #218474

Text Example


Text Example

White with #218474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218474; }

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

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

background-color css

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

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

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

border-color css

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

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

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