#214451

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

Shades of Green Vogue #214451

Tints of Green Vogue #214451

Color information

#214451 (or 0x214451) is unknown color: approx Green Vogue. HEX triplet: 21, 44 and 51. RGB value is (33,68,81). Sum of RGB (Red+Green+Blue) = 33+68+81=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #214451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214451 is #DEBBAE. Grayscale: #3A3A3A. Windows color (decimal): -14597039 or 5325857. OLE color: 5325857.

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

Color convert

RGB336881-
CMYK0.590.1600.68
HSL196.25º42.11%22.35%-
HSV(B)196.25º59.26%31.76%-
XYZ4.185.058.54-
YUV59.02140.4109.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 81 (32.03% from 255) = 44.51%
R=18.13%
G=37.36%
B=44.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3368810.590.1600.68196.2542.1122.35
Hex2144513B10044c42a16
Octal41104121732001043045226
Binary1000011000100101000111101110000010001001100010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214451; }

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

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

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

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

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

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

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

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