#218474

Color #218474 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #218474

Tints of Elm #218474

Color information

#218474 (or 0x218474) is unknown color: approx 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

RGB33132116-
CMYK0.7500.120.48
HSL170.3º60%32.35%-
HSV(B)170.3º75%51.76%-
XYZ12.0318.0919.38-
YUV100.58136.779.8-

RGB Variations

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

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.70% from 255) = 41.28%
R=11.74%
G=46.98%
B=41.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331321160.7500.120.48170.36032.35
Hex2184744B0C30aa3c20
Octal41204164113014602527440
Binary10000110000100111010010010110110011000010101010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>