#214150

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

Shades of Green Vogue #214150

Tints of Green Vogue #214150

Color information

#214150 (or 0x214150) is unknown color: approx Green Vogue. HEX triplet: 21, 41 and 50. RGB value is (33,65,80). Sum of RGB (Red+Green+Blue) = 33+65+80=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #214150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214150 is #DEBEAF. Grayscale: #393939. Windows color (decimal): -14597808 or 5259553. OLE color: 5259553.

HSL color Cylindrical-coordinate representation of color #214150: hue angle of 199.15º 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 #214150 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB336580-
CMYK0.590.1900.69
HSL199.15º41.59%22.16%-
HSV(B)199.15º58.75%31.37%-
XYZ3.974.688.28-
YUV57.14140.9110.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=18.54%
G=36.52%
B=44.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3365800.590.1900.69199.1541.5922.16
Hex2141503B13045c72a16
Octal41101120732301053075226
Binary1000011000001101000011101110011010001011100011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214150; }

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

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

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

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

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

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

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

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