Shades of Chateau Green #42B256
Tints of Chateau Green #42B256
RGB
CMYK
RGB Variations
Color information
#42B256 (or 0x42B256) is known color: Chateau Green. HEX triplet: 42, B2 and 56. RGB value is (66,178,86). Sum of RGB (Red+Green+Blue) = 66+178+86=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #42B256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B256 is #BD4DA9. Grayscale: #868686. Windows color (decimal): -12406186 or 5681730. OLE color: 5681730.
HSL color Cylindrical-coordinate representation of color #42B256: hue angle of 130.71º 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 #42B256 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 86 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.30 |
| HSL | 130.71º | 0.46% | 0.48% | - |
| HSV(B) | 130.71º | 0.63% | 0.7% | - |
| XYZ | 19.85 | 33.67 | 14.26 | - |
| YUV | 134.02 | 100.89 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 86 | 0.63 | 0 | 0.52 | 0.30 | 130.71 | 0.46 | 0.48 |
| Hex | 42 | B2 | 56 | 3F | 0 | 34 | 1E | 83 | 2E | 30 |
| Octal | 102 | 262 | 126 | 77 | 0 | 64 | 36 | 203 | 56 | 60 |
| Binary | 1000010 | 10110010 | 1010110 | 111111 | 0 | 110100 | 11110 | 10000011 | 101110 | 110000 |
Color Harmonies of #42B256
Complementary color
Monochromatic Colors of #42B256
Black with #42B256
Text Example
Text Example
White with #42B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B256; }
p { color: rgb(66,178,86); }
H1.HeaderClassName
{
color: #42B256;
}
.AnyTagClassName
{
color: #42B256;
}
</style>
background-color css
<style>
a { background-color: #42B256; }
a { background-color: rgb(66,178,86); }
div.DivClassName
{
background-color: #42B256;
}
.BgClassName
{
background-color: #42B256;
}
</style>
border-color css
<style>
span { border-color: #42B256; }
span { border-color: rgb(66,178,86); }
td.TdClassName
{
border-color: #42B256;
}
.TagClassName
{
border-color: #42B256;
}
</style>