Shades of Green Vogue #26444B
Tints of Green Vogue #26444B
RGB
CMYK
RGB Variations
Color information
#26444B (or 0x26444B) is known color: Green Vogue. HEX triplet: 26, 44 and 4B. RGB value is (38,68,75). Sum of RGB (Red+Green+Blue) = 38+68+75=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #26444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26444B is #D9BBB4. Grayscale: #3B3B3B. Windows color (decimal): -14269365 or 4932646. OLE color: 4932646.
HSL color Cylindrical-coordinate representation of color #26444B: hue angle of 191.35º degrees, saturation: 0.33, 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 #26444B is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 68 | 75 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.71 |
| HSL | 191.35º | 0.33% | 0.22% | - |
| HSV(B) | 191.35º | 0.49% | 0.29% | - |
| XYZ | 4.14 | 5.05 | 7.41 | - |
| YUV | 59.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 75 | 0.49 | 0.09 | 0 | 0.71 | 191.35 | 0.33 | 0.22 |
| Hex | 26 | 44 | 4B | 31 | 9 | 0 | 47 | BF | 21 | 16 |
| Octal | 46 | 104 | 113 | 61 | 11 | 0 | 107 | 277 | 41 | 26 |
| Binary | 100110 | 1000100 | 1001011 | 110001 | 1001 | 0 | 1000111 | 10111111 | 100001 | 10110 |
Color Harmonies of #26444B
Complementary color
Monochromatic Colors of #26444B
Black with #26444B
Text Example
Text Example
White with #26444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26444B; }
p { color: rgb(38,68,75); }
H1.HeaderClassName
{
color: #26444B;
}
.AnyTagClassName
{
color: #26444B;
}
</style>
background-color css
<style>
a { background-color: #26444B; }
a { background-color: rgb(38,68,75); }
div.DivClassName
{
background-color: #26444B;
}
.BgClassName
{
background-color: #26444B;
}
</style>
border-color css
<style>
span { border-color: #26444B; }
span { border-color: rgb(38,68,75); }
td.TdClassName
{
border-color: #26444B;
}
.TagClassName
{
border-color: #26444B;
}
</style>