Shades of Green Vogue #26434E
Tints of Green Vogue #26434E
RGB
CMYK
RGB Variations
Color information
#26434E (or 0x26434E) is known color: Green Vogue. HEX triplet: 26, 43 and 4E. RGB value is (38,67,78). Sum of RGB (Red+Green+Blue) = 38+67+78=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #26434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26434E is #D9BCB1. Grayscale: #3B3B3B. Windows color (decimal): -14269618 or 5128998. OLE color: 5128998.
HSL color Cylindrical-coordinate representation of color #26434E: hue angle of 196.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 #26434E is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 67 | 78 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.69 |
| HSL | 196.5º | 0.34% | 0.23% | - |
| HSV(B) | 196.5º | 0.51% | 0.31% | - |
| XYZ | 4.18 | 4.98 | 7.95 | - |
| YUV | 59.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 78 | 0.51 | 0.14 | 0 | 0.69 | 196.5 | 0.34 | 0.23 |
| Hex | 26 | 43 | 4E | 33 | E | 0 | 45 | C4 | 22 | 17 |
| Octal | 46 | 103 | 116 | 63 | 16 | 0 | 105 | 304 | 42 | 27 |
| Binary | 100110 | 1000011 | 1001110 | 110011 | 1110 | 0 | 1000101 | 11000100 | 100010 | 10111 |
Color Harmonies of #26434E
Complementary color
Monochromatic Colors of #26434E
Black with #26434E
Text Example
Text Example
White with #26434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26434E; }
p { color: rgb(38,67,78); }
H1.HeaderClassName
{
color: #26434E;
}
.AnyTagClassName
{
color: #26434E;
}
</style>
background-color css
<style>
a { background-color: #26434E; }
a { background-color: rgb(38,67,78); }
div.DivClassName
{
background-color: #26434E;
}
.BgClassName
{
background-color: #26434E;
}
</style>
border-color css
<style>
span { border-color: #26434E; }
span { border-color: rgb(38,67,78); }
td.TdClassName
{
border-color: #26434E;
}
.TagClassName
{
border-color: #26434E;
}
</style>