Shades of Chateau Green #42955F
Tints of Chateau Green #42955F
RGB
CMYK
RGB Variations
Color information
#42955F (or 0x42955F) is known color: Chateau Green. HEX triplet: 42, 95 and 5F. RGB value is (66,149,95). Sum of RGB (Red+Green+Blue) = 66+149+95=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #42955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42955F is #BD6AA0. Grayscale: #767676. Windows color (decimal): -12413601 or 6264130. OLE color: 6264130.
HSL color Cylindrical-coordinate representation of color #42955F: hue angle of 140.96º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42955F is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 95 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.42 |
| HSL | 140.96º | 0.39% | 0.42% | - |
| HSV(B) | 140.96º | 0.56% | 0.58% | - |
| XYZ | 15.06 | 23.48 | 14.56 | - |
| YUV | 118.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 95 | 0.56 | 0 | 0.36 | 0.42 | 140.96 | 0.39 | 0.42 |
| Hex | 42 | 95 | 5F | 38 | 0 | 24 | 2A | 8D | 27 | 2A |
| Octal | 102 | 225 | 137 | 70 | 0 | 44 | 52 | 215 | 47 | 52 |
| Binary | 1000010 | 10010101 | 1011111 | 111000 | 0 | 100100 | 101010 | 10001101 | 100111 | 101010 |
Color Harmonies of #42955F
Complementary color
Monochromatic Colors of #42955F
Black with #42955F
Text Example
Text Example
White with #42955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42955F; }
p { color: rgb(66,149,95); }
H1.HeaderClassName
{
color: #42955F;
}
.AnyTagClassName
{
color: #42955F;
}
</style>
background-color css
<style>
a { background-color: #42955F; }
a { background-color: rgb(66,149,95); }
div.DivClassName
{
background-color: #42955F;
}
.BgClassName
{
background-color: #42955F;
}
</style>
border-color css
<style>
span { border-color: #42955F; }
span { border-color: rgb(66,149,95); }
td.TdClassName
{
border-color: #42955F;
}
.TagClassName
{
border-color: #42955F;
}
</style>