Html Css Color HEX #206149 Evening Sea

📋 copy color: '#206149'

red 32 ◦ green 97 ◦ blue 73

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

Shades of Evening Sea #206149

Tints of Evening Sea #206149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

 BLUE value IS 73 (28.91% from 255) = 36.14%

R = 15.84%
G = 48.02%
B = 36.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#206149 (or 0x206149) is known color: Evening Sea. HEX triplet: 20, 61 and 49. RGB value is (32,97,73). Sum of RGB (Red+Green+Blue) = 32+97+73=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #206149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206149 is #DF9EB6. Grayscale: #4A4A4A. Windows color (decimal): -14655159 or 4808992. OLE color: 4808992.

HSL color Cylindrical-coordinate representation of color #206149: hue angle of 157.85º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206149 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 97 73 -
CMYK 0.67 0 0.25 0.62
HSL 157.85º 0.5% 0.25% -
HSV(B) 157.85º 0.67% 0.38% -
XYZ 6.07 9.34 7.79 -
YUV 74.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 32 97 73 0.67 0 0.25 0.62 157.85 0.5 0.25
Hex 20 61 49 43 0 19 3E 9E 32 19
Octal 40 141 111 103 0 31 76 236 62 31
Binary 100000 1100001 1001001 1000011 0 11001 111110 10011110 110010 11001

Color Harmonies of #206149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206149

Black with #206149

Text Example


Text Example

White with #206149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206149; }

 p { color: rgb(32,97,73); }

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

background-color css

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

 a { background-color: rgb(32,97,73); }

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

border-color css

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

 span { border-color: rgb(32,97,73); }

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