Shades of Green Vogue #264149
Tints of Green Vogue #264149
RGB
CMYK
RGB Variations
Color information
#264149 (or 0x264149) is known color: Green Vogue. HEX triplet: 26, 41 and 49. RGB value is (38,65,73). Sum of RGB (Red+Green+Blue) = 38+65+73=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #264149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264149 is #D9BEB6. Grayscale: #393939. Windows color (decimal): -14270135 or 4800806. OLE color: 4800806.
HSL color Cylindrical-coordinate representation of color #264149: hue angle of 193.71º 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 #264149 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 65 | 73 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.71 |
| HSL | 193.71º | 0.32% | 0.22% | - |
| HSV(B) | 193.71º | 0.48% | 0.29% | - |
| XYZ | 3.89 | 4.67 | 7 | - |
| YUV | 57.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 73 | 0.48 | 0.11 | 0 | 0.71 | 193.71 | 0.32 | 0.22 |
| Hex | 26 | 41 | 49 | 30 | B | 0 | 47 | C2 | 20 | 16 |
| Octal | 46 | 101 | 111 | 60 | 13 | 0 | 107 | 302 | 40 | 26 |
| Binary | 100110 | 1000001 | 1001001 | 110000 | 1011 | 0 | 1000111 | 11000010 | 100000 | 10110 |
Color Harmonies of #264149
Complementary color
Monochromatic Colors of #264149
Black with #264149
Text Example
Text Example
White with #264149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264149; }
p { color: rgb(38,65,73); }
H1.HeaderClassName
{
color: #264149;
}
.AnyTagClassName
{
color: #264149;
}
</style>
background-color css
<style>
a { background-color: #264149; }
a { background-color: rgb(38,65,73); }
div.DivClassName
{
background-color: #264149;
}
.BgClassName
{
background-color: #264149;
}
</style>
border-color css
<style>
span { border-color: #264149; }
span { border-color: rgb(38,65,73); }
td.TdClassName
{
border-color: #264149;
}
.TagClassName
{
border-color: #264149;
}
</style>