Shades of Green Vogue #264047
Tints of Green Vogue #264047
RGB
CMYK
RGB Variations
Color information
#264047 (or 0x264047) is known color: Green Vogue. HEX triplet: 26, 40 and 47. RGB value is (38,64,71). Sum of RGB (Red+Green+Blue) = 38+64+71=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #264047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264047 is #D9BFB8. Grayscale: #383838. Windows color (decimal): -14270393 or 4669478. OLE color: 4669478.
HSL color Cylindrical-coordinate representation of color #264047: hue angle of 192.73º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264047 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 64 | 71 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.72 |
| HSL | 192.73º | 0.3% | 0.21% | - |
| HSV(B) | 192.73º | 0.46% | 0.28% | - |
| XYZ | 3.77 | 4.53 | 6.64 | - |
| YUV | 57.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 71 | 0.46 | 0.10 | 0 | 0.72 | 192.73 | 0.3 | 0.21 |
| Hex | 26 | 40 | 47 | 2E | A | 0 | 48 | C1 | 1E | 15 |
| Octal | 46 | 100 | 107 | 56 | 12 | 0 | 110 | 301 | 36 | 25 |
| Binary | 100110 | 1000000 | 1000111 | 101110 | 1010 | 0 | 1001000 | 11000001 | 11110 | 10101 |
Color Harmonies of #264047
Complementary color
Monochromatic Colors of #264047
Black with #264047
Text Example
Text Example
White with #264047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264047; }
p { color: rgb(38,64,71); }
H1.HeaderClassName
{
color: #264047;
}
.AnyTagClassName
{
color: #264047;
}
</style>
background-color css
<style>
a { background-color: #264047; }
a { background-color: rgb(38,64,71); }
div.DivClassName
{
background-color: #264047;
}
.BgClassName
{
background-color: #264047;
}
</style>
border-color css
<style>
span { border-color: #264047; }
span { border-color: rgb(38,64,71); }
td.TdClassName
{
border-color: #264047;
}
.TagClassName
{
border-color: #264047;
}
</style>