Shades of Chateau Green #26A94B
Tints of Chateau Green #26A94B
RGB
CMYK
RGB Variations
Color information
#26A94B (or 0x26A94B) is known color: Chateau Green. HEX triplet: 26, A9 and 4B. RGB value is (38,169,75). Sum of RGB (Red+Green+Blue) = 38+169+75=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 169 (66.41% from 255 or 59.93% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 169 - color contains mainly: green. Hex color #26A94B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A94B is #D956B4. Grayscale: #777777. Windows color (decimal): -14243509 or 4958502. OLE color: 4958502.
HSL color Cylindrical-coordinate representation of color #26A94B: hue angle of 136.95º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26A94B is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 169 | 75 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.34 |
| HSL | 136.95º | 0.63% | 0.41% | - |
| HSV(B) | 136.95º | 0.78% | 0.66% | - |
| XYZ | 16.26 | 29.3 | 11.45 | - |
| YUV | 119.12 | 103.1 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 169 | 75 | 0.78 | 0 | 0.56 | 0.34 | 136.95 | 0.63 | 0.41 |
| Hex | 26 | A9 | 4B | 4E | 0 | 38 | 22 | 89 | 3F | 29 |
| Octal | 46 | 251 | 113 | 116 | 0 | 70 | 42 | 211 | 77 | 51 |
| Binary | 100110 | 10101001 | 1001011 | 1001110 | 0 | 111000 | 100010 | 10001001 | 111111 | 101001 |
Color Harmonies of #26A94B
Complementary color
Monochromatic Colors of #26A94B
Black with #26A94B
Text Example
Text Example
White with #26A94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A94B; }
p { color: rgb(38,169,75); }
H1.HeaderClassName
{
color: #26A94B;
}
.AnyTagClassName
{
color: #26A94B;
}
</style>
background-color css
<style>
a { background-color: #26A94B; }
a { background-color: rgb(38,169,75); }
div.DivClassName
{
background-color: #26A94B;
}
.BgClassName
{
background-color: #26A94B;
}
</style>
border-color css
<style>
span { border-color: #26A94B; }
span { border-color: rgb(38,169,75); }
td.TdClassName
{
border-color: #26A94B;
}
.TagClassName
{
border-color: #26A94B;
}
</style>