Shades of Chateau Green #42904E
Tints of Chateau Green #42904E
RGB
CMYK
RGB Variations
Color information
#42904E (or 0x42904E) is known color: Chateau Green. HEX triplet: 42, 90 and 4E. RGB value is (66,144,78). Sum of RGB (Red+Green+Blue) = 66+144+78=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #42904E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42904E is #BD6FB1. Grayscale: #717171. Windows color (decimal): -12414898 or 5148738. OLE color: 5148738.
HSL color Cylindrical-coordinate representation of color #42904E: hue angle of 129.23º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42904E is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 78 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.44 |
| HSL | 129.23º | 0.37% | 0.41% | - |
| HSV(B) | 129.23º | 0.54% | 0.56% | - |
| XYZ | 13.6 | 21.65 | 10.67 | - |
| YUV | 113.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 78 | 0.54 | 0 | 0.46 | 0.44 | 129.23 | 0.37 | 0.41 |
| Hex | 42 | 90 | 4E | 36 | 0 | 2E | 2C | 81 | 25 | 29 |
| Octal | 102 | 220 | 116 | 66 | 0 | 56 | 54 | 201 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1001110 | 110110 | 0 | 101110 | 101100 | 10000001 | 100101 | 101001 |
Color Harmonies of #42904E
Complementary color
Monochromatic Colors of #42904E
Black with #42904E
Text Example
Text Example
White with #42904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42904E; }
p { color: rgb(66,144,78); }
H1.HeaderClassName
{
color: #42904E;
}
.AnyTagClassName
{
color: #42904E;
}
</style>
background-color css
<style>
a { background-color: #42904E; }
a { background-color: rgb(66,144,78); }
div.DivClassName
{
background-color: #42904E;
}
.BgClassName
{
background-color: #42904E;
}
</style>
border-color css
<style>
span { border-color: #42904E; }
span { border-color: rgb(66,144,78); }
td.TdClassName
{
border-color: #42904E;
}
.TagClassName
{
border-color: #42904E;
}
</style>