#204253

Color #204253 Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #204253

Tints of Green Vogue #204253

Color information

#204253 (or 0x204253) is unknown color: approx Green Vogue. HEX triplet: 20, 42 and 53. RGB value is (32,66,83). Sum of RGB (Red+Green+Blue) = 32+66+83=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #204253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204253 is #DFBDAC. Grayscale: #393939. Windows color (decimal): -14663085 or 5456416. OLE color: 5456416.

HSL color Cylindrical-coordinate representation of color #204253: hue angle of 200º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #204253 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB326683-
CMYK0.610.2000.67
HSL200º44.35%22.55%-
HSV(B)200º61.45%32.55%-
XYZ4.114.838.9-
YUV57.77142.24109.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=17.68%
G=36.46%
B=45.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3266830.610.2000.6720044.3522.55
Hex2042533D14043c82c17
Octal40102123752401033105427
Binary1000001000010101001111110110100010000111100100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204253; }

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

 H1.HeaderClassName
 {
   color: #204253;
 }
 .AnyTagClassName
 {
   color: #204253;
 }
</style>
background-color css

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

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

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

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

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

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