Shades of Green Vogue #26454B
Tints of Green Vogue #26454B
RGB
CMYK
RGB Variations
Color information
#26454B (or 0x26454B) is known color: Green Vogue. HEX triplet: 26, 45 and 4B. RGB value is (38,69,75). Sum of RGB (Red+Green+Blue) = 38+69+75=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #26454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26454B is #D9BAB4. Grayscale: #3C3C3C. Windows color (decimal): -14269109 or 4932902. OLE color: 4932902.
HSL color Cylindrical-coordinate representation of color #26454B: hue angle of 189.73º 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 #26454B is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 69 | 75 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.71 |
| HSL | 189.73º | 0.33% | 0.22% | - |
| HSV(B) | 189.73º | 0.49% | 0.29% | - |
| XYZ | 4.2 | 5.18 | 7.43 | - |
| YUV | 60.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 75 | 0.49 | 0.08 | 0 | 0.71 | 189.73 | 0.33 | 0.22 |
| Hex | 26 | 45 | 4B | 31 | 8 | 0 | 47 | BE | 21 | 16 |
| Octal | 46 | 105 | 113 | 61 | 10 | 0 | 107 | 276 | 41 | 26 |
| Binary | 100110 | 1000101 | 1001011 | 110001 | 1000 | 0 | 1000111 | 10111110 | 100001 | 10110 |
Color Harmonies of #26454B
Complementary color
Monochromatic Colors of #26454B
Black with #26454B
Text Example
Text Example
White with #26454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26454B; }
p { color: rgb(38,69,75); }
H1.HeaderClassName
{
color: #26454B;
}
.AnyTagClassName
{
color: #26454B;
}
</style>
background-color css
<style>
a { background-color: #26454B; }
a { background-color: rgb(38,69,75); }
div.DivClassName
{
background-color: #26454B;
}
.BgClassName
{
background-color: #26454B;
}
</style>
border-color css
<style>
span { border-color: #26454B; }
span { border-color: rgb(38,69,75); }
td.TdClassName
{
border-color: #26454B;
}
.TagClassName
{
border-color: #26454B;
}
</style>