#21404E

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

Shades of Green Vogue #21404E

Tints of Green Vogue #21404E

Color information

#21404E (or 0x21404E) is unknown color: approx Green Vogue. HEX triplet: 21, 40 and 4E. RGB value is (33,64,78). Sum of RGB (Red+Green+Blue) = 33+64+78=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #21404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21404E is #DEBFB1. Grayscale: #383838. Windows color (decimal): -14598066 or 5128225. OLE color: 5128225.

HSL color Cylindrical-coordinate representation of color #21404E: hue angle of 198.67º 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 #21404E is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB336478-
CMYK0.580.1800.69
HSL198.67º40.54%21.76%-
HSV(B)198.67º57.69%30.59%-
XYZ3.844.547.88-
YUV56.33140.23111.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 78 (30.86% from 255) = 44.57%
R=18.86%
G=36.57%
B=44.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3364780.580.1800.69198.6740.5421.76
Hex21404E3A12045c72916
Octal41100116722201053075126
Binary1000011000000100111011101010010010001011100011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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