#214049

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

Shades of Green Vogue #214049

Tints of Green Vogue #214049

Color information

#214049 (or 0x214049) is unknown color: approx Green Vogue. HEX triplet: 21, 40 and 49. RGB value is (33,64,73). Sum of RGB (Red+Green+Blue) = 33+64+73=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #214049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214049 is #DEBFB6. Grayscale: #373737. Windows color (decimal): -14598071 or 4800545. OLE color: 4800545.

HSL color Cylindrical-coordinate representation of color #214049: hue angle of 193.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214049 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB336473-
CMYK0.550.1200.71
HSL193.5º37.74%20.78%-
HSV(B)193.5º54.79%28.63%-
XYZ3.664.476.97-
YUV55.76137.73111.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=19.41%
G=37.65%
B=42.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3364730.550.1200.71193.537.7420.78
Hex21404937C047c22615
Octal41100111671401073024625
Binary100001100000010010011101111100010001111100001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214049; }

 p { color: rgb(33,64,73); }

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

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

 a { background-color: rgb(33,64,73); }

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

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

 span { border-color: rgb(33,64,73); }

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