Html Css Color HEX #208376 Elm

📋 copy color: '#208376'

red 32 ◦ green 131 ◦ blue 118

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

Shades of Elm #208376

Tints of Elm #208376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 11.39%
G = 46.62%
B = 41.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#208376 (or 0x208376) is known color: Elm. HEX triplet: 20, 83 and 76. RGB value is (32,131,118). Sum of RGB (Red+Green+Blue) = 32+131+118=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #208376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208376 is #DF7C89. Grayscale: #636363. Windows color (decimal): -14646410 or 7766816. OLE color: 7766816.

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

Color convert

RGB 32 131 118 -
CMYK 0.76 0 0.10 0.49
HSL 172.12º 0.61% 0.32% -
HSV(B) 172.12º 0.76% 0.51% -
XYZ 11.98 17.85 19.95 -
YUV 99.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 32 131 118 0.76 0 0.10 0.49 172.12 0.61 0.32
Hex 20 83 76 4C 0 A 31 AC 3D 20
Octal 40 203 166 114 0 12 61 254 75 40
Binary 100000 10000011 1110110 1001100 0 1010 110001 10101100 111101 100000

Color Harmonies of #208376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208376

Black with #208376

Text Example


Text Example

White with #208376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208376; }

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

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

background-color css

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

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

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

border-color css

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

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

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