Html Css Color HEX #218780 Elm

📋 copy color: '#218780'

red 33 ◦ green 135 ◦ blue 128

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

Shades of Elm #218780

Tints of Elm #218780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.61%

 BLUE value IS 128 (50.39% from 255) = 43.24%

R = 11.15%
G = 45.61%
B = 43.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#218780 (or 0x218780) is known color: Elm. HEX triplet: 21, 87 and 80. RGB value is (33,135,128). Sum of RGB (Red+Green+Blue) = 33+135+128=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #218780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218780 is #DE787F. Grayscale: #676767. Windows color (decimal): -14579840 or 8423201. OLE color: 8423201.

HSL color Cylindrical-coordinate representation of color #218780: hue angle of 175.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218780 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 135 128 -
CMYK 0.76 0 0.05 0.47
HSL 175.88º 0.61% 0.33% -
HSV(B) 175.88º 0.76% 0.53% -
XYZ 13.19 19.21 23.43 -
YUV 103.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 33 135 128 0.76 0 0.05 0.47 175.88 0.61 0.33
Hex 21 87 80 4C 0 5 2F B0 3D 21
Octal 41 207 200 114 0 5 57 260 75 41
Binary 100001 10000111 10000000 1001100 0 101 101111 10110000 111101 100001

Color Harmonies of #218780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218780

Black with #218780

Text Example


Text Example

White with #218780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218780; }

 p { color: rgb(33,135,128); }

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

background-color css

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

 a { background-color: rgb(33,135,128); }

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

border-color css

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

 span { border-color: rgb(33,135,128); }

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