Shades of Green Vogue #264249
Tints of Green Vogue #264249
RGB
CMYK
RGB Variations
Color information
#264249 (or 0x264249) is known color: Green Vogue. HEX triplet: 26, 42 and 49. RGB value is (38,66,73). Sum of RGB (Red+Green+Blue) = 38+66+73=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #264249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264249 is #D9BDB6. Grayscale: #3A3A3A. Windows color (decimal): -14269879 or 4801062. OLE color: 4801062.
HSL color Cylindrical-coordinate representation of color #264249: hue angle of 192º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264249 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 66 | 73 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.71 |
| HSL | 192º | 0.32% | 0.22% | - |
| HSV(B) | 192º | 0.48% | 0.29% | - |
| XYZ | 3.95 | 4.79 | 7.02 | - |
| YUV | 58.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 73 | 0.48 | 0.10 | 0 | 0.71 | 192 | 0.32 | 0.22 |
| Hex | 26 | 42 | 49 | 30 | A | 0 | 47 | C0 | 20 | 16 |
| Octal | 46 | 102 | 111 | 60 | 12 | 0 | 107 | 300 | 40 | 26 |
| Binary | 100110 | 1000010 | 1001001 | 110000 | 1010 | 0 | 1000111 | 11000000 | 100000 | 10110 |
Color Harmonies of #264249
Complementary color
Monochromatic Colors of #264249
Black with #264249
Text Example
Text Example
White with #264249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264249; }
p { color: rgb(38,66,73); }
H1.HeaderClassName
{
color: #264249;
}
.AnyTagClassName
{
color: #264249;
}
</style>
background-color css
<style>
a { background-color: #264249; }
a { background-color: rgb(38,66,73); }
div.DivClassName
{
background-color: #264249;
}
.BgClassName
{
background-color: #264249;
}
</style>
border-color css
<style>
span { border-color: #264249; }
span { border-color: rgb(38,66,73); }
td.TdClassName
{
border-color: #264249;
}
.TagClassName
{
border-color: #264249;
}
</style>