Shades of Green Vogue #21444D
Tints of Green Vogue #21444D
RGB
CMYK
RGB Variations
Color information
#21444D (or 0x21444D) is known color: Green Vogue. HEX triplet: 21, 44 and 4D. RGB value is (33,68,77). Sum of RGB (Red+Green+Blue) = 33+68+77=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #21444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21444D is #DEBBB2. Grayscale: #3A3A3A. Windows color (decimal): -14597043 or 5063713. OLE color: 5063713.
HSL color Cylindrical-coordinate representation of color #21444D: hue angle of 192.27º 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 #21444D is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 68 | 77 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.70 |
| HSL | 192.27º | 0.4% | 0.22% | - |
| HSV(B) | 192.27º | 0.57% | 0.3% | - |
| XYZ | 4.03 | 4.99 | 7.77 | - |
| YUV | 58.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 77 | 0.57 | 0.12 | 0 | 0.70 | 192.27 | 0.4 | 0.22 |
| Hex | 21 | 44 | 4D | 39 | C | 0 | 46 | C0 | 28 | 16 |
| Octal | 41 | 104 | 115 | 71 | 14 | 0 | 106 | 300 | 50 | 26 |
| Binary | 100001 | 1000100 | 1001101 | 111001 | 1100 | 0 | 1000110 | 11000000 | 101000 | 10110 |
Color Harmonies of #21444D
Complementary color
Monochromatic Colors of #21444D
Black with #21444D
Text Example
Text Example
White with #21444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21444D; }
p { color: rgb(33,68,77); }
H1.HeaderClassName
{
color: #21444D;
}
.AnyTagClassName
{
color: #21444D;
}
</style>
background-color css
<style>
a { background-color: #21444D; }
a { background-color: rgb(33,68,77); }
div.DivClassName
{
background-color: #21444D;
}
.BgClassName
{
background-color: #21444D;
}
</style>
border-color css
<style>
span { border-color: #21444D; }
span { border-color: rgb(33,68,77); }
td.TdClassName
{
border-color: #21444D;
}
.TagClassName
{
border-color: #21444D;
}
</style>