Shades of Green Vogue #26424F
Tints of Green Vogue #26424F
RGB
CMYK
RGB Variations
Color information
#26424F (or 0x26424F) is known color: Green Vogue. HEX triplet: 26, 42 and 4F. RGB value is (38,66,79). Sum of RGB (Red+Green+Blue) = 38+66+79=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #26424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26424F is #D9BDB0. Grayscale: #3B3B3B. Windows color (decimal): -14269873 or 5194278. OLE color: 5194278.
HSL color Cylindrical-coordinate representation of color #26424F: hue angle of 199.02º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26424F is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 66 | 79 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.69 |
| HSL | 199.02º | 0.35% | 0.23% | - |
| HSV(B) | 199.02º | 0.52% | 0.31% | - |
| XYZ | 4.16 | 4.87 | 8.12 | - |
| YUV | 59.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 79 | 0.52 | 0.16 | 0 | 0.69 | 199.02 | 0.35 | 0.23 |
| Hex | 26 | 42 | 4F | 34 | 10 | 0 | 45 | C7 | 23 | 17 |
| Octal | 46 | 102 | 117 | 64 | 20 | 0 | 105 | 307 | 43 | 27 |
| Binary | 100110 | 1000010 | 1001111 | 110100 | 10000 | 0 | 1000101 | 11000111 | 100011 | 10111 |
Color Harmonies of #26424F
Complementary color
Monochromatic Colors of #26424F
Black with #26424F
Text Example
Text Example
White with #26424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26424F; }
p { color: rgb(38,66,79); }
H1.HeaderClassName
{
color: #26424F;
}
.AnyTagClassName
{
color: #26424F;
}
</style>
background-color css
<style>
a { background-color: #26424F; }
a { background-color: rgb(38,66,79); }
div.DivClassName
{
background-color: #26424F;
}
.BgClassName
{
background-color: #26424F;
}
</style>
border-color css
<style>
span { border-color: #26424F; }
span { border-color: rgb(38,66,79); }
td.TdClassName
{
border-color: #26424F;
}
.TagClassName
{
border-color: #26424F;
}
</style>