Shades of Green Vogue #21404C
Tints of Green Vogue #21404C
RGB
CMYK
RGB Variations
Color information
#21404C (or 0x21404C) is known color: Green Vogue. HEX triplet: 21, 40 and 4C. RGB value is (33,64,76). Sum of RGB (Red+Green+Blue) = 33+64+76=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #21404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21404C is #DEBFB3. Grayscale: #383838. Windows color (decimal): -14598068 or 4997153. OLE color: 4997153.
HSL color Cylindrical-coordinate representation of color #21404C: hue angle of 196.74º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21404C is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 64 | 76 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.70 |
| HSL | 196.74º | 0.39% | 0.21% | - |
| HSV(B) | 196.74º | 0.57% | 0.3% | - |
| XYZ | 3.77 | 4.51 | 7.51 | - |
| YUV | 56.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 76 | 0.57 | 0.16 | 0 | 0.70 | 196.74 | 0.39 | 0.21 |
| Hex | 21 | 40 | 4C | 39 | 10 | 0 | 46 | C5 | 27 | 15 |
| Octal | 41 | 100 | 114 | 71 | 20 | 0 | 106 | 305 | 47 | 25 |
| Binary | 100001 | 1000000 | 1001100 | 111001 | 10000 | 0 | 1000110 | 11000101 | 100111 | 10101 |
Color Harmonies of #21404C
Complementary color
Monochromatic Colors of #21404C
Black with #21404C
Text Example
Text Example
White with #21404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21404C; }
p { color: rgb(33,64,76); }
H1.HeaderClassName
{
color: #21404C;
}
.AnyTagClassName
{
color: #21404C;
}
</style>
background-color css
<style>
a { background-color: #21404C; }
a { background-color: rgb(33,64,76); }
div.DivClassName
{
background-color: #21404C;
}
.BgClassName
{
background-color: #21404C;
}
</style>
border-color css
<style>
span { border-color: #21404C; }
span { border-color: rgb(33,64,76); }
td.TdClassName
{
border-color: #21404C;
}
.TagClassName
{
border-color: #21404C;
}
</style>