Shades of Chateau Green #42945A
Tints of Chateau Green #42945A
RGB
CMYK
RGB Variations
Color information
#42945A (or 0x42945A) is known color: Chateau Green. HEX triplet: 42, 94 and 5A. RGB value is (66,148,90). Sum of RGB (Red+Green+Blue) = 66+148+90=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #42945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42945A is #BD6BA5. Grayscale: #757575. Windows color (decimal): -12413862 or 5936194. OLE color: 5936194.
HSL color Cylindrical-coordinate representation of color #42945A: hue angle of 137.56º 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 #42945A is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 90 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.42 |
| HSL | 137.56º | 0.38% | 0.42% | - |
| HSV(B) | 137.56º | 0.55% | 0.58% | - |
| XYZ | 14.68 | 23.08 | 13.35 | - |
| YUV | 116.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 90 | 0.55 | 0 | 0.39 | 0.42 | 137.56 | 0.38 | 0.42 |
| Hex | 42 | 94 | 5A | 37 | 0 | 27 | 2A | 8A | 26 | 2A |
| Octal | 102 | 224 | 132 | 67 | 0 | 47 | 52 | 212 | 46 | 52 |
| Binary | 1000010 | 10010100 | 1011010 | 110111 | 0 | 100111 | 101010 | 10001010 | 100110 | 101010 |
Color Harmonies of #42945A
Complementary color
Monochromatic Colors of #42945A
Black with #42945A
Text Example
Text Example
White with #42945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42945A; }
p { color: rgb(66,148,90); }
H1.HeaderClassName
{
color: #42945A;
}
.AnyTagClassName
{
color: #42945A;
}
</style>
background-color css
<style>
a { background-color: #42945A; }
a { background-color: rgb(66,148,90); }
div.DivClassName
{
background-color: #42945A;
}
.BgClassName
{
background-color: #42945A;
}
</style>
border-color css
<style>
span { border-color: #42945A; }
span { border-color: rgb(66,148,90); }
td.TdClassName
{
border-color: #42945A;
}
.TagClassName
{
border-color: #42945A;
}
</style>