Html Css Color HEX #206349 Evening Sea

📋 copy color: '#206349'

red 32 ◦ green 99 ◦ blue 73

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

Shades of Evening Sea #206349

Tints of Evening Sea #206349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.53%

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

R = 15.69%
G = 48.53%
B = 35.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#206349 (or 0x206349) is known color: Evening Sea. HEX triplet: 20, 63 and 49. RGB value is (32,99,73). Sum of RGB (Red+Green+Blue) = 32+99+73=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #206349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206349 is #DF9CB6. Grayscale: #4C4C4C. Windows color (decimal): -14654647 or 4809504. OLE color: 4809504.

HSL color Cylindrical-coordinate representation of color #206349: hue angle of 156.72º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206349 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 99 73 -
CMYK 0.68 0 0.26 0.61
HSL 156.72º 0.51% 0.26% -
HSV(B) 156.72º 0.68% 0.39% -
XYZ 6.26 9.71 7.85 -
YUV 76 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 32 99 73 0.68 0 0.26 0.61 156.72 0.51 0.26
Hex 20 63 49 44 0 1A 3D 9D 33 1A
Octal 40 143 111 104 0 32 75 235 63 32
Binary 100000 1100011 1001001 1000100 0 11010 111101 10011101 110011 11010

Color Harmonies of #206349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206349

Black with #206349

Text Example


Text Example

White with #206349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206349; }

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

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

background-color css

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

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

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

border-color css

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

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

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