Html Css Color HEX #204049 Green Vogue

📋 copy color: '#204049'

red 32 ◦ green 64 ◦ blue 73

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

Shades of Green Vogue #204049

Tints of Green Vogue #204049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

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

R = 18.93%
G = 37.87%
B = 43.2%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#204049 (or 0x204049) is known color: Green Vogue. HEX triplet: 20, 40 and 49. RGB value is (32,64,73). Sum of RGB (Red+Green+Blue) = 32+64+73=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #204049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204049 is #DFBFB6. Grayscale: #373737. Windows color (decimal): -14663607 or 4800544. OLE color: 4800544.

HSL color Cylindrical-coordinate representation of color #204049: hue angle of 193.17º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204049 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 64 73 -
CMYK 0.56 0.12 0 0.71
HSL 193.17º 0.39% 0.21% -
HSV(B) 193.17º 0.56% 0.29% -
XYZ 3.63 4.45 6.97 -
YUV 55.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 32 64 73 0.56 0.12 0 0.71 193.17 0.39 0.21
Hex 20 40 49 38 C 0 47 C1 27 15
Octal 40 100 111 70 14 0 107 301 47 25
Binary 100000 1000000 1001001 111000 1100 0 1000111 11000001 100111 10101

Color Harmonies of #204049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204049

Black with #204049

Text Example


Text Example

White with #204049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204049; }

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

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

background-color css

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

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

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

border-color css

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

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

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