Shades of Green Vogue #264046
Tints of Green Vogue #264046
RGB
CMYK
RGB Variations
Color information
#264046 (or 0x264046) is known color: Green Vogue. HEX triplet: 26, 40 and 46. RGB value is (38,64,70). Sum of RGB (Red+Green+Blue) = 38+64+70=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #264046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264046 is #D9BFB9. Grayscale: #383838. Windows color (decimal): -14270394 or 4603942. OLE color: 4603942.
HSL color Cylindrical-coordinate representation of color #264046: hue angle of 191.25º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264046 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 64 | 70 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.73 |
| HSL | 191.25º | 0.3% | 0.21% | - |
| HSV(B) | 191.25º | 0.46% | 0.27% | - |
| XYZ | 3.74 | 4.52 | 6.47 | - |
| YUV | 56.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 70 | 0.46 | 0.09 | 0 | 0.73 | 191.25 | 0.3 | 0.21 |
| Hex | 26 | 40 | 46 | 2E | 9 | 0 | 49 | BF | 1E | 15 |
| Octal | 46 | 100 | 106 | 56 | 11 | 0 | 111 | 277 | 36 | 25 |
| Binary | 100110 | 1000000 | 1000110 | 101110 | 1001 | 0 | 1001001 | 10111111 | 11110 | 10101 |
Color Harmonies of #264046
Complementary color
Monochromatic Colors of #264046
Black with #264046
Text Example
Text Example
White with #264046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264046; }
p { color: rgb(38,64,70); }
H1.HeaderClassName
{
color: #264046;
}
.AnyTagClassName
{
color: #264046;
}
</style>
background-color css
<style>
a { background-color: #264046; }
a { background-color: rgb(38,64,70); }
div.DivClassName
{
background-color: #264046;
}
.BgClassName
{
background-color: #264046;
}
</style>
border-color css
<style>
span { border-color: #264046; }
span { border-color: rgb(38,64,70); }
td.TdClassName
{
border-color: #264046;
}
.TagClassName
{
border-color: #264046;
}
</style>