#21404B

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

Shades of Green Vogue #21404B

Tints of Green Vogue #21404B

Color information

#21404B (or 0x21404B) is unknown color: approx Green Vogue. HEX triplet: 21, 40 and 4B. RGB value is (33,64,75). Sum of RGB (Red+Green+Blue) = 33+64+75=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #21404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21404B is #DEBFB4. Grayscale: #373737. Windows color (decimal): -14598069 or 4931617. OLE color: 4931617.

HSL color Cylindrical-coordinate representation of color #21404B: hue angle of 195.71º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21404B is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB336475-
CMYK0.560.1500.71
HSL195.71º38.89%21.18%-
HSV(B)195.71º56%29.41%-
XYZ3.734.57.33-
YUV55.98138.73111.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=19.19%
G=37.21%
B=43.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3364750.560.1500.71195.7138.8921.18
Hex21404B38F047c42715
Octal41100113701701073044725
Binary100001100000010010111110001111010001111100010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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