#21404F

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

Shades of Green Vogue #21404F

Tints of Green Vogue #21404F

Color information

#21404F (or 0x21404F) is unknown color: approx Green Vogue. HEX triplet: 21, 40 and 4F. RGB value is (33,64,79). Sum of RGB (Red+Green+Blue) = 33+64+79=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #21404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21404F is #DEBFB0. Grayscale: #383838. Windows color (decimal): -14598065 or 5193761. OLE color: 5193761.

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

Color convert

RGB336479-
CMYK0.580.1900.69
HSL199.57º41.07%21.96%-
HSV(B)199.57º58.23%30.98%-
XYZ3.874.558.07-
YUV56.44140.73111.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=18.75%
G=36.36%
B=44.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3364790.580.1900.69199.5741.0721.96
Hex21404F3A13045c82916
Octal41100117722301053105126
Binary1000011000000100111111101010011010001011100100010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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