Html Css Color HEX #208477 Elm

📋 copy color: '#208477'

red 32 ◦ green 132 ◦ blue 119

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

Shades of Elm #208477

Tints of Elm #208477

RGB

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

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

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

R = 11.31%
G = 46.64%
B = 42.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#208477 (or 0x208477) is known color: Elm. HEX triplet: 20, 84 and 77. RGB value is (32,132,119). Sum of RGB (Red+Green+Blue) = 32+132+119=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #208477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208477 is #DF7B88. Grayscale: #646464. Windows color (decimal): -14646153 or 7832608. OLE color: 7832608.

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

Color convert

RGB 32 132 119 -
CMYK 0.76 0 0.10 0.48
HSL 172.2º 0.61% 0.32% -
HSV(B) 172.2º 0.76% 0.52% -
XYZ 12.18 18.14 20.31 -
YUV 100.62 138.37 79.06 -
System Red Green Blue C M Y K H S L
Decimal 32 132 119 0.76 0 0.10 0.48 172.2 0.61 0.32
Hex 20 84 77 4C 0 A 30 AC 3D 20
Octal 40 204 167 114 0 12 60 254 75 40
Binary 100000 10000100 1110111 1001100 0 1010 110000 10101100 111101 100000

Color Harmonies of #208477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208477

Black with #208477

Text Example


Text Example

White with #208477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208477; }

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

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

background-color css

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

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

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

border-color css

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

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

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