#214452

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

Shades of Green Vogue #214452

Tints of Green Vogue #214452

Color information

#214452 (or 0x214452) is unknown color: approx Green Vogue. HEX triplet: 21, 44 and 52. RGB value is (33,68,82). Sum of RGB (Red+Green+Blue) = 33+68+82=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #214452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214452 is #DEBBAD. Grayscale: #3B3B3B. Windows color (decimal): -14597038 or 5391393. OLE color: 5391393.

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

Color convert

RGB336882-
CMYK0.600.1700.68
HSL197.14º42.61%22.55%-
HSV(B)197.14º59.76%32.16%-
XYZ4.225.078.74-
YUV59.13140.9109.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=18.03%
G=37.16%
B=44.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3368820.600.1700.68197.1442.6122.55
Hex2144523C11044c52b17
Octal41104122742101043055327
Binary1000011000100101001011110010001010001001100010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214452; }

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

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

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

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

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

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

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

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