Shades of Green Vogue #26404C
Tints of Green Vogue #26404C
RGB
CMYK
RGB Variations
Color information
#26404C (or 0x26404C) is known color: Green Vogue. HEX triplet: 26, 40 and 4C. RGB value is (38,64,76). Sum of RGB (Red+Green+Blue) = 38+64+76=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #26404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26404C is #D9BFB3. Grayscale: #393939. Windows color (decimal): -14270388 or 4997158. OLE color: 4997158.
HSL color Cylindrical-coordinate representation of color #26404C: hue angle of 198.95º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #26404C is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 64 | 76 | - |
| CMYK | 0.5 | 0.16 | 0 | 0.70 |
| HSL | 198.95º | 0.33% | 0.22% | - |
| HSV(B) | 198.95º | 0.5% | 0.3% | - |
| XYZ | 3.94 | 4.6 | 7.52 | - |
| YUV | 57.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 76 | 0.5 | 0.16 | 0 | 0.70 | 198.95 | 0.33 | 0.22 |
| Hex | 26 | 40 | 4C | 32 | 10 | 0 | 46 | C7 | 21 | 16 |
| Octal | 46 | 100 | 114 | 62 | 20 | 0 | 106 | 307 | 41 | 26 |
| Binary | 100110 | 1000000 | 1001100 | 110010 | 10000 | 0 | 1000110 | 11000111 | 100001 | 10110 |
Color Harmonies of #26404C
Complementary color
Monochromatic Colors of #26404C
Black with #26404C
Text Example
Text Example
White with #26404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26404C; }
p { color: rgb(38,64,76); }
H1.HeaderClassName
{
color: #26404C;
}
.AnyTagClassName
{
color: #26404C;
}
</style>
background-color css
<style>
a { background-color: #26404C; }
a { background-color: rgb(38,64,76); }
div.DivClassName
{
background-color: #26404C;
}
.BgClassName
{
background-color: #26404C;
}
</style>
border-color css
<style>
span { border-color: #26404C; }
span { border-color: rgb(38,64,76); }
td.TdClassName
{
border-color: #26404C;
}
.TagClassName
{
border-color: #26404C;
}
</style>