#21414E

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

Shades of Green Vogue #21414E

Tints of Green Vogue #21414E

Color information

#21414E (or 0x21414E) is unknown color: approx Green Vogue. HEX triplet: 21, 41 and 4E. RGB value is (33,65,78). Sum of RGB (Red+Green+Blue) = 33+65+78=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #21414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21414E is #DEBEB1. Grayscale: #383838. Windows color (decimal): -14597810 or 5128481. OLE color: 5128481.

HSL color Cylindrical-coordinate representation of color #21414E: hue angle of 197.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21414E is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB336578-
CMYK0.580.1700.69
HSL197.33º40.54%21.76%-
HSV(B)197.33º57.69%30.59%-
XYZ3.894.657.9-
YUV56.91139.9110.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=18.75%
G=36.93%
B=44.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3365780.580.1700.69197.3340.5421.76
Hex21414E3A11045c52916
Octal41101116722101053055126
Binary1000011000001100111011101010001010001011100010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21414E; }

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

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

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

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

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

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

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

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