#204051

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

Shades of Green Vogue #204051

Tints of Green Vogue #204051

Color information

#204051 (or 0x204051) is unknown color: approx Green Vogue. HEX triplet: 20, 40 and 51. RGB value is (32,64,81). Sum of RGB (Red+Green+Blue) = 32+64+81=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #204051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204051 is #DFBFAE. Grayscale: #383838. Windows color (decimal): -14663599 or 5324832. OLE color: 5324832.

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

Color convert

RGB326481-
CMYK0.600.2100.68
HSL200.82º43.36%22.16%-
HSV(B)200.82º60.49%31.76%-
XYZ3.914.578.46-
YUV56.37141.9110.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 81 (32.03% from 255) = 45.76%
R=18.08%
G=36.16%
B=45.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3264810.600.2100.68200.8243.3622.16
Hex2040513C15044c92b16
Octal40100121742501043115326
Binary1000001000000101000111110010101010001001100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204051; }

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

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

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

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

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

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

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

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