Shades of Green Vogue #26424E
Tints of Green Vogue #26424E
RGB
CMYK
RGB Variations
Color information
#26424E (or 0x26424E) is known color: Green Vogue. HEX triplet: 26, 42 and 4E. RGB value is (38,66,78). Sum of RGB (Red+Green+Blue) = 38+66+78=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #26424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26424E is #D9BDB1. Grayscale: #3A3A3A. Windows color (decimal): -14269874 or 5128742. OLE color: 5128742.
HSL color Cylindrical-coordinate representation of color #26424E: hue angle of 198º 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 #26424E is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 66 | 78 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.69 |
| HSL | 198º | 0.34% | 0.23% | - |
| HSV(B) | 198º | 0.51% | 0.31% | - |
| XYZ | 4.12 | 4.86 | 7.93 | - |
| YUV | 59 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 78 | 0.51 | 0.15 | 0 | 0.69 | 198 | 0.34 | 0.23 |
| Hex | 26 | 42 | 4E | 33 | F | 0 | 45 | C6 | 22 | 17 |
| Octal | 46 | 102 | 116 | 63 | 17 | 0 | 105 | 306 | 42 | 27 |
| Binary | 100110 | 1000010 | 1001110 | 110011 | 1111 | 0 | 1000101 | 11000110 | 100010 | 10111 |
Color Harmonies of #26424E
Complementary color
Monochromatic Colors of #26424E
Black with #26424E
Text Example
Text Example
White with #26424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26424E; }
p { color: rgb(38,66,78); }
H1.HeaderClassName
{
color: #26424E;
}
.AnyTagClassName
{
color: #26424E;
}
</style>
background-color css
<style>
a { background-color: #26424E; }
a { background-color: rgb(38,66,78); }
div.DivClassName
{
background-color: #26424E;
}
.BgClassName
{
background-color: #26424E;
}
</style>
border-color css
<style>
span { border-color: #26424E; }
span { border-color: rgb(38,66,78); }
td.TdClassName
{
border-color: #26424E;
}
.TagClassName
{
border-color: #26424E;
}
</style>