Shades of Green Vogue #21434C
Tints of Green Vogue #21434C
RGB
CMYK
RGB Variations
Color information
#21434C (or 0x21434C) is known color: Green Vogue. HEX triplet: 21, 43 and 4C. RGB value is (33,67,76). Sum of RGB (Red+Green+Blue) = 33+67+76=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #21434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21434C is #DEBCB3. Grayscale: #393939. Windows color (decimal): -14597300 or 4997921. OLE color: 4997921.
HSL color Cylindrical-coordinate representation of color #21434C: hue angle of 192.56º 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 #21434C is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 67 | 76 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.70 |
| HSL | 192.56º | 0.39% | 0.21% | - |
| HSV(B) | 192.56º | 0.57% | 0.3% | - |
| XYZ | 3.94 | 4.86 | 7.57 | - |
| YUV | 57.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 76 | 0.57 | 0.12 | 0 | 0.70 | 192.56 | 0.39 | 0.21 |
| Hex | 21 | 43 | 4C | 39 | C | 0 | 46 | C1 | 27 | 15 |
| Octal | 41 | 103 | 114 | 71 | 14 | 0 | 106 | 301 | 47 | 25 |
| Binary | 100001 | 1000011 | 1001100 | 111001 | 1100 | 0 | 1000110 | 11000001 | 100111 | 10101 |
Color Harmonies of #21434C
Complementary color
Monochromatic Colors of #21434C
Black with #21434C
Text Example
Text Example
White with #21434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21434C; }
p { color: rgb(33,67,76); }
H1.HeaderClassName
{
color: #21434C;
}
.AnyTagClassName
{
color: #21434C;
}
</style>
background-color css
<style>
a { background-color: #21434C; }
a { background-color: rgb(33,67,76); }
div.DivClassName
{
background-color: #21434C;
}
.BgClassName
{
background-color: #21434C;
}
</style>
border-color css
<style>
span { border-color: #21434C; }
span { border-color: rgb(33,67,76); }
td.TdClassName
{
border-color: #21434C;
}
.TagClassName
{
border-color: #21434C;
}
</style>