Html Css Color HEX #204250 Green Vogue

📋 copy color: '#204250'

red 32 ◦ green 66 ◦ blue 80

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

Shades of Green Vogue #204250

Tints of Green Vogue #204250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.94%

R = 17.98%
G = 37.08%
B = 44.94%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#204250 (or 0x204250) is known color: Green Vogue. HEX triplet: 20, 42 and 50. RGB value is (32,66,80). Sum of RGB (Red+Green+Blue) = 32+66+80=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #204250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204250 is #DFBDAF. Grayscale: #393939. Windows color (decimal): -14663088 or 5259808. OLE color: 5259808.

HSL color Cylindrical-coordinate representation of color #204250: hue angle of 197.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #204250 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 66 80 -
CMYK 0.60 0.17 0 0.69
HSL 197.5º 0.43% 0.22% -
HSV(B) 197.5º 0.6% 0.31% -
XYZ 3.99 4.78 8.3 -
YUV 57.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 32 66 80 0.60 0.17 0 0.69 197.5 0.43 0.22
Hex 20 42 50 3C 11 0 45 C6 2B 16
Octal 40 102 120 74 21 0 105 306 53 26
Binary 100000 1000010 1010000 111100 10001 0 1000101 11000110 101011 10110

Color Harmonies of #204250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204250

Black with #204250

Text Example


Text Example

White with #204250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204250; }

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

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

background-color css

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

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

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

border-color css

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

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

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