#21404D

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

Shades of Green Vogue #21404D

Tints of Green Vogue #21404D

Color information

#21404D (or 0x21404D) is unknown color: approx Green Vogue. HEX triplet: 21, 40 and 4D. RGB value is (33,64,77). Sum of RGB (Red+Green+Blue) = 33+64+77=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #21404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21404D is #DEBFB2. Grayscale: #383838. Windows color (decimal): -14598067 or 5062689. OLE color: 5062689.

HSL color Cylindrical-coordinate representation of color #21404D: hue angle of 197.73º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21404D is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB336477-
CMYK0.570.1700.70
HSL197.73º40%21.57%-
HSV(B)197.73º57.14%30.2%-
XYZ3.84.537.69-
YUV56.21139.73111.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=18.97%
G=36.78%
B=44.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3364770.570.1700.70197.734021.57
Hex21404D3911046c62816
Octal41100115712101063065026
Binary1000011000000100110111100110001010001101100011010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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