Shades of Green Vogue #26434F
Tints of Green Vogue #26434F
RGB
CMYK
RGB Variations
Color information
#26434F (or 0x26434F) is known color: Green Vogue. HEX triplet: 26, 43 and 4F. RGB value is (38,67,79). Sum of RGB (Red+Green+Blue) = 38+67+79=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #26434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26434F is #D9BCB0. Grayscale: #3B3B3B. Windows color (decimal): -14269617 or 5194534. OLE color: 5194534.
HSL color Cylindrical-coordinate representation of color #26434F: hue angle of 197.56º 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 #26434F is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 67 | 79 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.69 |
| HSL | 197.56º | 0.35% | 0.23% | - |
| HSV(B) | 197.56º | 0.52% | 0.31% | - |
| XYZ | 4.22 | 4.99 | 8.14 | - |
| YUV | 59.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 79 | 0.52 | 0.15 | 0 | 0.69 | 197.56 | 0.35 | 0.23 |
| Hex | 26 | 43 | 4F | 34 | F | 0 | 45 | C6 | 23 | 17 |
| Octal | 46 | 103 | 117 | 64 | 17 | 0 | 105 | 306 | 43 | 27 |
| Binary | 100110 | 1000011 | 1001111 | 110100 | 1111 | 0 | 1000101 | 11000110 | 100011 | 10111 |
Color Harmonies of #26434F
Complementary color
Monochromatic Colors of #26434F
Black with #26434F
Text Example
Text Example
White with #26434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26434F; }
p { color: rgb(38,67,79); }
H1.HeaderClassName
{
color: #26434F;
}
.AnyTagClassName
{
color: #26434F;
}
</style>
background-color css
<style>
a { background-color: #26434F; }
a { background-color: rgb(38,67,79); }
div.DivClassName
{
background-color: #26434F;
}
.BgClassName
{
background-color: #26434F;
}
</style>
border-color css
<style>
span { border-color: #26434F; }
span { border-color: rgb(38,67,79); }
td.TdClassName
{
border-color: #26434F;
}
.TagClassName
{
border-color: #26434F;
}
</style>