#204048

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

Shades of Green Vogue #204048

Tints of Green Vogue #204048

Color information

#204048 (or 0x204048) is unknown color: approx Green Vogue. HEX triplet: 20, 40 and 48. RGB value is (32,64,72). Sum of RGB (Red+Green+Blue) = 32+64+72=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #204048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204048 is #DFBFB7. Grayscale: #373737. Windows color (decimal): -14663608 or 4735008. OLE color: 4735008.

HSL color Cylindrical-coordinate representation of color #204048: hue angle of 192º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204048 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB326472-
CMYK0.560.1100.72
HSL192º38.46%20.39%-
HSV(B)192º55.56%28.24%-
XYZ3.64.446.8-
YUV55.34137.4111.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.05%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=19.05%
G=38.10%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3264720.560.1100.7219238.4620.39
Hex20404838B048c02614
Octal40100110701301103004624
Binary100000100000010010001110001011010010001100000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204048; }

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

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

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

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

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

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

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

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