Html Css Color HEX #208379 Elm

📋 copy color: '#208379'

red 32 ◦ green 131 ◦ blue 121

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

Shades of Elm #208379

Tints of Elm #208379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

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

R = 11.27%
G = 46.13%
B = 42.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#208379 (or 0x208379) is known color: Elm. HEX triplet: 20, 83 and 79. RGB value is (32,131,121). Sum of RGB (Red+Green+Blue) = 32+131+121=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #208379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208379 is #DF7C86. Grayscale: #646464. Windows color (decimal): -14646407 or 7963424. OLE color: 7963424.

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

Color convert

RGB 32 131 121 -
CMYK 0.76 0 0.08 0.49
HSL 173.94º 0.61% 0.32% -
HSV(B) 173.94º 0.76% 0.51% -
XYZ 12.16 17.92 20.91 -
YUV 100.26 139.7 79.31 -
System Red Green Blue C M Y K H S L
Decimal 32 131 121 0.76 0 0.08 0.49 173.94 0.61 0.32
Hex 20 83 79 4C 0 8 31 AE 3D 20
Octal 40 203 171 114 0 10 61 256 75 40
Binary 100000 10000011 1111001 1001100 0 1000 110001 10101110 111101 100000

Color Harmonies of #208379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208379

Black with #208379

Text Example


Text Example

White with #208379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208379; }

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

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

background-color css

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

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

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

border-color css

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

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

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