#214352

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

Shades of Green Vogue #214352

Tints of Green Vogue #214352

Color information

#214352 (or 0x214352) is unknown color: approx Green Vogue. HEX triplet: 21, 43 and 52. RGB value is (33,67,82). Sum of RGB (Red+Green+Blue) = 33+67+82=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #214352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214352 is #DEBCAD. Grayscale: #3A3A3A. Windows color (decimal): -14597294 or 5391137. OLE color: 5391137.

HSL color Cylindrical-coordinate representation of color #214352: hue angle of 198.37º 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 #214352 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB336782-
CMYK0.600.1800.68
HSL198.37º42.61%22.55%-
HSV(B)198.37º59.76%32.16%-
XYZ4.164.958.72-
YUV58.54141.24109.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=18.13%
G=36.81%
B=45.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3367820.600.1800.68198.3742.6122.55
Hex2143523C12044c62b17
Octal41103122742201043065327
Binary1000011000011101001011110010010010001001100011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214352; }

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

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

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

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

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

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

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

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