Shades of Green Vogue #26414A
Tints of Green Vogue #26414A
RGB
CMYK
RGB Variations
Color information
#26414A (or 0x26414A) is known color: Green Vogue. HEX triplet: 26, 41 and 4A. RGB value is (38,65,74). Sum of RGB (Red+Green+Blue) = 38+65+74=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #26414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26414A is #D9BEB5. Grayscale: #393939. Windows color (decimal): -14270134 or 4866342. OLE color: 4866342.
HSL color Cylindrical-coordinate representation of color #26414A: hue angle of 195º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #26414A is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 65 | 74 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.71 |
| HSL | 195º | 0.32% | 0.22% | - |
| HSV(B) | 195º | 0.49% | 0.29% | - |
| XYZ | 3.93 | 4.69 | 7.18 | - |
| YUV | 57.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 74 | 0.49 | 0.12 | 0 | 0.71 | 195 | 0.32 | 0.22 |
| Hex | 26 | 41 | 4A | 31 | C | 0 | 47 | C3 | 20 | 16 |
| Octal | 46 | 101 | 112 | 61 | 14 | 0 | 107 | 303 | 40 | 26 |
| Binary | 100110 | 1000001 | 1001010 | 110001 | 1100 | 0 | 1000111 | 11000011 | 100000 | 10110 |
Color Harmonies of #26414A
Complementary color
Monochromatic Colors of #26414A
Black with #26414A
Text Example
Text Example
White with #26414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26414A; }
p { color: rgb(38,65,74); }
H1.HeaderClassName
{
color: #26414A;
}
.AnyTagClassName
{
color: #26414A;
}
</style>
background-color css
<style>
a { background-color: #26414A; }
a { background-color: rgb(38,65,74); }
div.DivClassName
{
background-color: #26414A;
}
.BgClassName
{
background-color: #26414A;
}
</style>
border-color css
<style>
span { border-color: #26414A; }
span { border-color: rgb(38,65,74); }
td.TdClassName
{
border-color: #26414A;
}
.TagClassName
{
border-color: #26414A;
}
</style>