#214450

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

Shades of Green Vogue #214450

Tints of Green Vogue #214450

Color information

#214450 (or 0x214450) is unknown color: approx Green Vogue. HEX triplet: 21, 44 and 50. RGB value is (33,68,80). Sum of RGB (Red+Green+Blue) = 33+68+80=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #214450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214450 is #DEBBAF. Grayscale: #3A3A3A. Windows color (decimal): -14597040 or 5260321. OLE color: 5260321.

HSL color Cylindrical-coordinate representation of color #214450: hue angle of 195.32º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214450 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB336880-
CMYK0.590.1500.69
HSL195.32º41.59%22.16%-
HSV(B)195.32º58.75%31.37%-
XYZ4.145.048.34-
YUV58.9139.9109.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=18.23%
G=37.57%
B=44.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3368800.590.1500.69195.3241.5922.16
Hex2144503BF045c32a16
Octal41104120731701053035226
Binary100001100010010100001110111111010001011100001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214450; }

 p { color: rgb(33,68,80); }

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

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

 a { background-color: rgb(33,68,80); }

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

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

 span { border-color: rgb(33,68,80); }

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