Shades of Green Vogue #21414D
Tints of Green Vogue #21414D
RGB
CMYK
RGB Variations
Color information
#21414D (or 0x21414D) is known color: Green Vogue. HEX triplet: 21, 41 and 4D. RGB value is (33,65,77). Sum of RGB (Red+Green+Blue) = 33+65+77=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #21414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21414D is #DEBEB2. Grayscale: #383838. Windows color (decimal): -14597811 or 5062945. OLE color: 5062945.
HSL color Cylindrical-coordinate representation of color #21414D: hue angle of 196.36º 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 #21414D is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 65 | 77 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.70 |
| HSL | 196.36º | 0.4% | 0.22% | - |
| HSV(B) | 196.36º | 0.57% | 0.3% | - |
| XYZ | 3.86 | 4.64 | 7.71 | - |
| YUV | 56.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 77 | 0.57 | 0.16 | 0 | 0.70 | 196.36 | 0.4 | 0.22 |
| Hex | 21 | 41 | 4D | 39 | 10 | 0 | 46 | C4 | 28 | 16 |
| Octal | 41 | 101 | 115 | 71 | 20 | 0 | 106 | 304 | 50 | 26 |
| Binary | 100001 | 1000001 | 1001101 | 111001 | 10000 | 0 | 1000110 | 11000100 | 101000 | 10110 |
Color Harmonies of #21414D
Complementary color
Monochromatic Colors of #21414D
Black with #21414D
Text Example
Text Example
White with #21414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21414D; }
p { color: rgb(33,65,77); }
H1.HeaderClassName
{
color: #21414D;
}
.AnyTagClassName
{
color: #21414D;
}
</style>
background-color css
<style>
a { background-color: #21414D; }
a { background-color: rgb(33,65,77); }
div.DivClassName
{
background-color: #21414D;
}
.BgClassName
{
background-color: #21414D;
}
</style>
border-color css
<style>
span { border-color: #21414D; }
span { border-color: rgb(33,65,77); }
td.TdClassName
{
border-color: #21414D;
}
.TagClassName
{
border-color: #21414D;
}
</style>