Shades of Chateau Green #42924D
Tints of Chateau Green #42924D
RGB
CMYK
RGB Variations
Color information
#42924D (or 0x42924D) is known color: Chateau Green. HEX triplet: 42, 92 and 4D. RGB value is (66,146,77). Sum of RGB (Red+Green+Blue) = 66+146+77=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #42924D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42924D is #BD6DB2. Grayscale: #727272. Windows color (decimal): -12414387 or 5083714. OLE color: 5083714.
HSL color Cylindrical-coordinate representation of color #42924D: hue angle of 128.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42924D is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 77 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.43 |
| HSL | 128.25º | 0.38% | 0.42% | - |
| HSV(B) | 128.25º | 0.55% | 0.57% | - |
| XYZ | 13.87 | 22.25 | 10.59 | - |
| YUV | 114.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 77 | 0.55 | 0 | 0.47 | 0.43 | 128.25 | 0.38 | 0.42 |
| Hex | 42 | 92 | 4D | 37 | 0 | 2F | 2B | 80 | 26 | 2A |
| Octal | 102 | 222 | 115 | 67 | 0 | 57 | 53 | 200 | 46 | 52 |
| Binary | 1000010 | 10010010 | 1001101 | 110111 | 0 | 101111 | 101011 | 10000000 | 100110 | 101010 |
Color Harmonies of #42924D
Complementary color
Monochromatic Colors of #42924D
Black with #42924D
Text Example
Text Example
White with #42924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42924D; }
p { color: rgb(66,146,77); }
H1.HeaderClassName
{
color: #42924D;
}
.AnyTagClassName
{
color: #42924D;
}
</style>
background-color css
<style>
a { background-color: #42924D; }
a { background-color: rgb(66,146,77); }
div.DivClassName
{
background-color: #42924D;
}
.BgClassName
{
background-color: #42924D;
}
</style>
border-color css
<style>
span { border-color: #42924D; }
span { border-color: rgb(66,146,77); }
td.TdClassName
{
border-color: #42924D;
}
.TagClassName
{
border-color: #42924D;
}
</style>