Shades of Green Vogue #26434B
Tints of Green Vogue #26434B
RGB
CMYK
RGB Variations
Color information
#26434B (or 0x26434B) is known color: Green Vogue. HEX triplet: 26, 43 and 4B. RGB value is (38,67,75). Sum of RGB (Red+Green+Blue) = 38+67+75=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #26434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26434B is #D9BCB4. Grayscale: #3B3B3B. Windows color (decimal): -14269621 or 4932390. OLE color: 4932390.
HSL color Cylindrical-coordinate representation of color #26434B: hue angle of 192.97º 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 #26434B is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 67 | 75 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.71 |
| HSL | 192.97º | 0.33% | 0.22% | - |
| HSV(B) | 192.97º | 0.49% | 0.29% | - |
| XYZ | 4.08 | 4.93 | 7.39 | - |
| YUV | 59.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 75 | 0.49 | 0.11 | 0 | 0.71 | 192.97 | 0.33 | 0.22 |
| Hex | 26 | 43 | 4B | 31 | B | 0 | 47 | C1 | 21 | 16 |
| Octal | 46 | 103 | 113 | 61 | 13 | 0 | 107 | 301 | 41 | 26 |
| Binary | 100110 | 1000011 | 1001011 | 110001 | 1011 | 0 | 1000111 | 11000001 | 100001 | 10110 |
Color Harmonies of #26434B
Complementary color
Monochromatic Colors of #26434B
Black with #26434B
Text Example
Text Example
White with #26434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26434B; }
p { color: rgb(38,67,75); }
H1.HeaderClassName
{
color: #26434B;
}
.AnyTagClassName
{
color: #26434B;
}
</style>
background-color css
<style>
a { background-color: #26434B; }
a { background-color: rgb(38,67,75); }
div.DivClassName
{
background-color: #26434B;
}
.BgClassName
{
background-color: #26434B;
}
</style>
border-color css
<style>
span { border-color: #26434B; }
span { border-color: rgb(38,67,75); }
td.TdClassName
{
border-color: #26434B;
}
.TagClassName
{
border-color: #26434B;
}
</style>