Shades of Green Vogue #26414E
Tints of Green Vogue #26414E
RGB
CMYK
RGB Variations
Color information
#26414E (or 0x26414E) is known color: Green Vogue. HEX triplet: 26, 41 and 4E. RGB value is (38,65,78). Sum of RGB (Red+Green+Blue) = 38+65+78=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #26414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26414E is #D9BEB1. Grayscale: #3A3A3A. Windows color (decimal): -14270130 or 5128486. OLE color: 5128486.
HSL color Cylindrical-coordinate representation of color #26414E: hue angle of 199.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26414E is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 65 | 78 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.69 |
| HSL | 199.5º | 0.34% | 0.23% | - |
| HSV(B) | 199.5º | 0.51% | 0.31% | - |
| XYZ | 4.06 | 4.74 | 7.91 | - |
| YUV | 58.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 78 | 0.51 | 0.17 | 0 | 0.69 | 199.5 | 0.34 | 0.23 |
| Hex | 26 | 41 | 4E | 33 | 11 | 0 | 45 | C8 | 22 | 17 |
| Octal | 46 | 101 | 116 | 63 | 21 | 0 | 105 | 310 | 42 | 27 |
| Binary | 100110 | 1000001 | 1001110 | 110011 | 10001 | 0 | 1000101 | 11001000 | 100010 | 10111 |
Color Harmonies of #26414E
Complementary color
Monochromatic Colors of #26414E
Black with #26414E
Text Example
Text Example
White with #26414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26414E; }
p { color: rgb(38,65,78); }
H1.HeaderClassName
{
color: #26414E;
}
.AnyTagClassName
{
color: #26414E;
}
</style>
background-color css
<style>
a { background-color: #26414E; }
a { background-color: rgb(38,65,78); }
div.DivClassName
{
background-color: #26414E;
}
.BgClassName
{
background-color: #26414E;
}
</style>
border-color css
<style>
span { border-color: #26414E; }
span { border-color: rgb(38,65,78); }
td.TdClassName
{
border-color: #26414E;
}
.TagClassName
{
border-color: #26414E;
}
</style>