Shades of Chateau Green #42955D
Tints of Chateau Green #42955D
RGB
CMYK
RGB Variations
Color information
#42955D (or 0x42955D) is known color: Chateau Green. HEX triplet: 42, 95 and 5D. RGB value is (66,149,93). Sum of RGB (Red+Green+Blue) = 66+149+93=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #42955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42955D is #BD6AA2. Grayscale: #757575. Windows color (decimal): -12413603 or 6133058. OLE color: 6133058.
HSL color Cylindrical-coordinate representation of color #42955D: hue angle of 139.52º 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 #42955D is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 93 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.42 |
| HSL | 139.52º | 0.39% | 0.42% | - |
| HSV(B) | 139.52º | 0.56% | 0.58% | - |
| XYZ | 14.97 | 23.44 | 14.09 | - |
| YUV | 117.8 | 114 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 93 | 0.56 | 0 | 0.38 | 0.42 | 139.52 | 0.39 | 0.42 |
| Hex | 42 | 95 | 5D | 38 | 0 | 26 | 2A | 8C | 27 | 2A |
| Octal | 102 | 225 | 135 | 70 | 0 | 46 | 52 | 214 | 47 | 52 |
| Binary | 1000010 | 10010101 | 1011101 | 111000 | 0 | 100110 | 101010 | 10001100 | 100111 | 101010 |
Color Harmonies of #42955D
Complementary color
Monochromatic Colors of #42955D
Black with #42955D
Text Example
Text Example
White with #42955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42955D; }
p { color: rgb(66,149,93); }
H1.HeaderClassName
{
color: #42955D;
}
.AnyTagClassName
{
color: #42955D;
}
</style>
background-color css
<style>
a { background-color: #42955D; }
a { background-color: rgb(66,149,93); }
div.DivClassName
{
background-color: #42955D;
}
.BgClassName
{
background-color: #42955D;
}
</style>
border-color css
<style>
span { border-color: #42955D; }
span { border-color: rgb(66,149,93); }
td.TdClassName
{
border-color: #42955D;
}
.TagClassName
{
border-color: #42955D;
}
</style>