Shades of Chateau Green #42955A
Tints of Chateau Green #42955A
RGB
CMYK
RGB Variations
Color information
#42955A (or 0x42955A) is known color: Chateau Green. HEX triplet: 42, 95 and 5A. RGB value is (66,149,90). Sum of RGB (Red+Green+Blue) = 66+149+90=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #42955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42955A is #BD6AA5. Grayscale: #757575. Windows color (decimal): -12413606 or 5936450. OLE color: 5936450.
HSL color Cylindrical-coordinate representation of color #42955A: hue angle of 137.35º 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 #42955A is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 90 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.42 |
| HSL | 137.35º | 0.39% | 0.42% | - |
| HSV(B) | 137.35º | 0.56% | 0.58% | - |
| XYZ | 14.84 | 23.39 | 13.41 | - |
| YUV | 117.46 | 112.5 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 90 | 0.56 | 0 | 0.40 | 0.42 | 137.35 | 0.39 | 0.42 |
| Hex | 42 | 95 | 5A | 38 | 0 | 28 | 2A | 89 | 27 | 2A |
| Octal | 102 | 225 | 132 | 70 | 0 | 50 | 52 | 211 | 47 | 52 |
| Binary | 1000010 | 10010101 | 1011010 | 111000 | 0 | 101000 | 101010 | 10001001 | 100111 | 101010 |
Color Harmonies of #42955A
Complementary color
Monochromatic Colors of #42955A
Black with #42955A
Text Example
Text Example
White with #42955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42955A; }
p { color: rgb(66,149,90); }
H1.HeaderClassName
{
color: #42955A;
}
.AnyTagClassName
{
color: #42955A;
}
</style>
background-color css
<style>
a { background-color: #42955A; }
a { background-color: rgb(66,149,90); }
div.DivClassName
{
background-color: #42955A;
}
.BgClassName
{
background-color: #42955A;
}
</style>
border-color css
<style>
span { border-color: #42955A; }
span { border-color: rgb(66,149,90); }
td.TdClassName
{
border-color: #42955A;
}
.TagClassName
{
border-color: #42955A;
}
</style>