Html Css Color HEX #218577 Elm

📋 copy color: '#218577'

red 33 ◦ green 133 ◦ blue 119

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

Shades of Elm #218577

Tints of Elm #218577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.67%

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

R = 11.58%
G = 46.67%
B = 41.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#218577 (or 0x218577) is known color: Elm. HEX triplet: 21, 85 and 77. RGB value is (33,133,119). Sum of RGB (Red+Green+Blue) = 33+133+119=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #218577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218577 is #DE7A88. Grayscale: #656565. Windows color (decimal): -14580361 or 7832865. OLE color: 7832865.

HSL color Cylindrical-coordinate representation of color #218577: hue angle of 171.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218577 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 133 119 -
CMYK 0.75 0 0.11 0.48
HSL 171.6º 0.6% 0.33% -
HSV(B) 171.6º 0.75% 0.52% -
XYZ 12.34 18.43 20.36 -
YUV 101.5 137.87 79.14 -
System Red Green Blue C M Y K H S L
Decimal 33 133 119 0.75 0 0.11 0.48 171.6 0.6 0.33
Hex 21 85 77 4B 0 B 30 AC 3C 21
Octal 41 205 167 113 0 13 60 254 74 41
Binary 100001 10000101 1110111 1001011 0 1011 110000 10101100 111100 100001

Color Harmonies of #218577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218577

Black with #218577

Text Example


Text Example

White with #218577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218577; }

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

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

background-color css

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

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

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

border-color css

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

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

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