Shades of Chateau Green #42B358
Tints of Chateau Green #42B358
RGB
CMYK
RGB Variations
Color information
#42B358 (or 0x42B358) is known color: Chateau Green. HEX triplet: 42, B3 and 58. RGB value is (66,179,88). Sum of RGB (Red+Green+Blue) = 66+179+88=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #42B358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B358 is #BD4CA7. Grayscale: #878787. Windows color (decimal): -12405928 or 5813058. OLE color: 5813058.
HSL color Cylindrical-coordinate representation of color #42B358: hue angle of 131.68º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B358 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 88 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.30 |
| HSL | 131.68º | 0.46% | 0.48% | - |
| HSV(B) | 131.68º | 0.63% | 0.7% | - |
| XYZ | 20.13 | 34.1 | 14.75 | - |
| YUV | 134.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 88 | 0.63 | 0 | 0.51 | 0.30 | 131.68 | 0.46 | 0.48 |
| Hex | 42 | B3 | 58 | 3F | 0 | 33 | 1E | 84 | 2E | 30 |
| Octal | 102 | 263 | 130 | 77 | 0 | 63 | 36 | 204 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1011000 | 111111 | 0 | 110011 | 11110 | 10000100 | 101110 | 110000 |
Color Harmonies of #42B358
Complementary color
Monochromatic Colors of #42B358
Black with #42B358
Text Example
Text Example
White with #42B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B358; }
p { color: rgb(66,179,88); }
H1.HeaderClassName
{
color: #42B358;
}
.AnyTagClassName
{
color: #42B358;
}
</style>
background-color css
<style>
a { background-color: #42B358; }
a { background-color: rgb(66,179,88); }
div.DivClassName
{
background-color: #42B358;
}
.BgClassName
{
background-color: #42B358;
}
</style>
border-color css
<style>
span { border-color: #42B358; }
span { border-color: rgb(66,179,88); }
td.TdClassName
{
border-color: #42B358;
}
.TagClassName
{
border-color: #42B358;
}
</style>