Shades of Chateau Green #26B049
Tints of Chateau Green #26B049
RGB
CMYK
RGB Variations
Color information
#26B049 (or 0x26B049) is known color: Chateau Green. HEX triplet: 26, B0 and 49. RGB value is (38,176,73). Sum of RGB (Red+Green+Blue) = 38+176+73=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #26B049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26B049 is #D94FB6. Grayscale: #7B7B7B. Windows color (decimal): -14241719 or 4829222. OLE color: 4829222.
HSL color Cylindrical-coordinate representation of color #26B049: hue angle of 135.22º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26B049 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 176 | 73 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.31 |
| HSL | 135.22º | 0.64% | 0.42% | - |
| HSV(B) | 135.22º | 0.78% | 0.69% | - |
| XYZ | 17.53 | 31.94 | 11.55 | - |
| YUV | 123 | 99.78 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 176 | 73 | 0.78 | 0 | 0.59 | 0.31 | 135.22 | 0.64 | 0.42 |
| Hex | 26 | B0 | 49 | 4E | 0 | 3B | 1F | 87 | 40 | 2A |
| Octal | 46 | 260 | 111 | 116 | 0 | 73 | 37 | 207 | 100 | 52 |
| Binary | 100110 | 10110000 | 1001001 | 1001110 | 0 | 111011 | 11111 | 10000111 | 1000000 | 101010 |
Color Harmonies of #26B049
Complementary color
Monochromatic Colors of #26B049
Black with #26B049
Text Example
Text Example
White with #26B049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B049; }
p { color: rgb(38,176,73); }
H1.HeaderClassName
{
color: #26B049;
}
.AnyTagClassName
{
color: #26B049;
}
</style>
background-color css
<style>
a { background-color: #26B049; }
a { background-color: rgb(38,176,73); }
div.DivClassName
{
background-color: #26B049;
}
.BgClassName
{
background-color: #26B049;
}
</style>
border-color css
<style>
span { border-color: #26B049; }
span { border-color: rgb(38,176,73); }
td.TdClassName
{
border-color: #26B049;
}
.TagClassName
{
border-color: #26B049;
}
</style>