#213E49

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

Shades of Green Vogue #213E49

Tints of Green Vogue #213E49

Color information

#213E49 (or 0x213E49) is unknown color: approx Green Vogue. HEX triplet: 21, 3E and 49. RGB value is (33,62,73). Sum of RGB (Red+Green+Blue) = 33+62+73=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #213E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E49 is #DEC1B6. Grayscale: #363636. Windows color (decimal): -14598583 or 4800033. OLE color: 4800033.

HSL color Cylindrical-coordinate representation of color #213E49: hue angle of 196.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 #213E49 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB336273-
CMYK0.550.1500.71
HSL196.5º37.74%20.78%-
HSV(B)196.5º54.79%28.63%-
XYZ3.554.256.94-
YUV54.58138.39112.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 73 (28.91% from 255) = 43.45%
R=19.64%
G=36.90%
B=43.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3362730.550.1500.71196.537.7420.78
Hex213E4937F047c42615
Octal4176111671701073044625
Binary10000111111010010011101111111010001111100010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213E49; }

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

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

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

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

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

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

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

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