Shades of Green Vogue #21444C
Tints of Green Vogue #21444C
RGB
CMYK
RGB Variations
Color information
#21444C (or 0x21444C) is known color: Green Vogue. HEX triplet: 21, 44 and 4C. RGB value is (33,68,76). Sum of RGB (Red+Green+Blue) = 33+68+76=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #21444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21444C is #DEBBB3. Grayscale: #3A3A3A. Windows color (decimal): -14597044 or 4998177. OLE color: 4998177.
HSL color Cylindrical-coordinate representation of color #21444C: hue angle of 191.16º 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 #21444C is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 68 | 76 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.70 |
| HSL | 191.16º | 0.39% | 0.21% | - |
| HSV(B) | 191.16º | 0.57% | 0.3% | - |
| XYZ | 4 | 4.98 | 7.59 | - |
| YUV | 58.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 76 | 0.57 | 0.11 | 0 | 0.70 | 191.16 | 0.39 | 0.21 |
| Hex | 21 | 44 | 4C | 39 | B | 0 | 46 | BF | 27 | 15 |
| Octal | 41 | 104 | 114 | 71 | 13 | 0 | 106 | 277 | 47 | 25 |
| Binary | 100001 | 1000100 | 1001100 | 111001 | 1011 | 0 | 1000110 | 10111111 | 100111 | 10101 |
Color Harmonies of #21444C
Complementary color
Monochromatic Colors of #21444C
Black with #21444C
Text Example
Text Example
White with #21444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21444C; }
p { color: rgb(33,68,76); }
H1.HeaderClassName
{
color: #21444C;
}
.AnyTagClassName
{
color: #21444C;
}
</style>
background-color css
<style>
a { background-color: #21444C; }
a { background-color: rgb(33,68,76); }
div.DivClassName
{
background-color: #21444C;
}
.BgClassName
{
background-color: #21444C;
}
</style>
border-color css
<style>
span { border-color: #21444C; }
span { border-color: rgb(33,68,76); }
td.TdClassName
{
border-color: #21444C;
}
.TagClassName
{
border-color: #21444C;
}
</style>