Html Css Color HEX #204249 Green Vogue

📋 copy color: '#204249'

red 32 ◦ green 66 ◦ blue 73

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

Shades of Green Vogue #204249

Tints of Green Vogue #204249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

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

R = 18.71%
G = 38.6%
B = 42.69%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#204249 (or 0x204249) is known color: Green Vogue. HEX triplet: 20, 42 and 49. RGB value is (32,66,73). Sum of RGB (Red+Green+Blue) = 32+66+73=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #204249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204249 is #DFBDB6. Grayscale: #383838. Windows color (decimal): -14663095 or 4801056. OLE color: 4801056.

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

Color convert

RGB 32 66 73 -
CMYK 0.56 0.10 0 0.71
HSL 190.24º 0.39% 0.21% -
HSV(B) 190.24º 0.56% 0.29% -
XYZ 3.75 4.68 7.01 -
YUV 56.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 32 66 73 0.56 0.10 0 0.71 190.24 0.39 0.21
Hex 20 42 49 38 A 0 47 BE 27 15
Octal 40 102 111 70 12 0 107 276 47 25
Binary 100000 1000010 1001001 111000 1010 0 1000111 10111110 100111 10101

Color Harmonies of #204249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204249

Black with #204249

Text Example


Text Example

White with #204249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204249; }

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

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

background-color css

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

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

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

border-color css

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

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

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