Shades of Chateau Green #42944F
Tints of Chateau Green #42944F
RGB
CMYK
RGB Variations
Color information
#42944F (or 0x42944F) is known color: Chateau Green. HEX triplet: 42, 94 and 4F. RGB value is (66,148,79). Sum of RGB (Red+Green+Blue) = 66+148+79=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #42944F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42944F is #BD6BB0. Grayscale: #737373. Windows color (decimal): -12413873 or 5215298. OLE color: 5215298.
HSL color Cylindrical-coordinate representation of color #42944F: hue angle of 129.51º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42944F is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 79 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.42 |
| HSL | 129.51º | 0.38% | 0.42% | - |
| HSV(B) | 129.51º | 0.55% | 0.58% | - |
| XYZ | 14.25 | 22.9 | 11.07 | - |
| YUV | 115.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 79 | 0.55 | 0 | 0.47 | 0.42 | 129.51 | 0.38 | 0.42 |
| Hex | 42 | 94 | 4F | 37 | 0 | 2F | 2A | 82 | 26 | 2A |
| Octal | 102 | 224 | 117 | 67 | 0 | 57 | 52 | 202 | 46 | 52 |
| Binary | 1000010 | 10010100 | 1001111 | 110111 | 0 | 101111 | 101010 | 10000010 | 100110 | 101010 |
Color Harmonies of #42944F
Complementary color
Monochromatic Colors of #42944F
Black with #42944F
Text Example
Text Example
White with #42944F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42944F; }
p { color: rgb(66,148,79); }
H1.HeaderClassName
{
color: #42944F;
}
.AnyTagClassName
{
color: #42944F;
}
</style>
background-color css
<style>
a { background-color: #42944F; }
a { background-color: rgb(66,148,79); }
div.DivClassName
{
background-color: #42944F;
}
.BgClassName
{
background-color: #42944F;
}
</style>
border-color css
<style>
span { border-color: #42944F; }
span { border-color: rgb(66,148,79); }
td.TdClassName
{
border-color: #42944F;
}
.TagClassName
{
border-color: #42944F;
}
</style>