Html Css Color HEX #208479 Elm

📋 copy color: '#208479'

red 32 ◦ green 132 ◦ blue 121

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

Shades of Elm #208479

Tints of Elm #208479

RGB

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

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

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

R = 11.23%
G = 46.32%
B = 42.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#208479 (or 0x208479) is known color: Elm. HEX triplet: 20, 84 and 79. RGB value is (32,132,121). Sum of RGB (Red+Green+Blue) = 32+132+121=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #208479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208479 is #DF7B86. Grayscale: #646464. Windows color (decimal): -14646151 or 7963680. OLE color: 7963680.

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

Color convert

RGB 32 132 121 -
CMYK 0.76 0 0.08 0.48
HSL 173.4º 0.61% 0.32% -
HSV(B) 173.4º 0.76% 0.52% -
XYZ 12.3 18.19 20.95 -
YUV 100.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 32 132 121 0.76 0 0.08 0.48 173.4 0.61 0.32
Hex 20 84 79 4C 0 8 30 AD 3D 20
Octal 40 204 171 114 0 10 60 255 75 40
Binary 100000 10000100 1111001 1001100 0 1000 110000 10101101 111101 100000

Color Harmonies of #208479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208479

Black with #208479

Text Example


Text Example

White with #208479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208479; }

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

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

background-color css

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

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

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

border-color css

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

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

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