Html Css Color HEX #208579 Elm

📋 copy color: '#208579'

red 32 ◦ green 133 ◦ blue 121

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

Shades of Elm #208579

Tints of Elm #208579

RGB

 RED value IS 32 (12.89% from 255) = 11.19%

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

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 11.19%
G = 46.5%
B = 42.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#208579 (or 0x208579) is known color: Elm. HEX triplet: 20, 85 and 79. RGB value is (32,133,121). Sum of RGB (Red+Green+Blue) = 32+133+121=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #208579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208579 is #DF7A86. Grayscale: #656565. Windows color (decimal): -14645895 or 7963936. OLE color: 7963936.

HSL color Cylindrical-coordinate representation of color #208579: hue angle of 172.87º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208579 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 121 -
CMYK 0.76 0 0.09 0.48
HSL 172.87º 0.61% 0.32% -
HSV(B) 172.87º 0.76% 0.52% -
XYZ 12.43 18.46 21 -
YUV 101.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 32 133 121 0.76 0 0.09 0.48 172.87 0.61 0.32
Hex 20 85 79 4C 0 9 30 AD 3D 20
Octal 40 205 171 114 0 11 60 255 75 40
Binary 100000 10000101 1111001 1001100 0 1001 110000 10101101 111101 100000

Color Harmonies of #208579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208579

Black with #208579

Text Example


Text Example

White with #208579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208579; }

 p { color: rgb(32,133,121); }

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

background-color css

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

 a { background-color: rgb(32,133,121); }

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

border-color css

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

 span { border-color: rgb(32,133,121); }

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