Shades of Chateau Green #42B95B
Tints of Chateau Green #42B95B
RGB
CMYK
RGB Variations
Color information
#42B95B (or 0x42B95B) is known color: Chateau Green. HEX triplet: 42, B9 and 5B. RGB value is (66,185,91). Sum of RGB (Red+Green+Blue) = 66+185+91=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #42B95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B95B is #BD46A4. Grayscale: #8A8A8A. Windows color (decimal): -12404389 or 6011202. OLE color: 6011202.
HSL color Cylindrical-coordinate representation of color #42B95B: hue angle of 132.61º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B95B is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 91 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.27 |
| HSL | 132.61º | 0.47% | 0.49% | - |
| HSV(B) | 132.61º | 0.64% | 0.73% | - |
| XYZ | 21.48 | 36.61 | 15.83 | - |
| YUV | 138.7 | 101.08 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 91 | 0.64 | 0 | 0.51 | 0.27 | 132.61 | 0.47 | 0.49 |
| Hex | 42 | B9 | 5B | 40 | 0 | 33 | 1B | 85 | 2F | 31 |
| Octal | 102 | 271 | 133 | 100 | 0 | 63 | 33 | 205 | 57 | 61 |
| Binary | 1000010 | 10111001 | 1011011 | 1000000 | 0 | 110011 | 11011 | 10000101 | 101111 | 110001 |
Color Harmonies of #42B95B
Complementary color
Monochromatic Colors of #42B95B
Black with #42B95B
Text Example
Text Example
White with #42B95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B95B; }
p { color: rgb(66,185,91); }
H1.HeaderClassName
{
color: #42B95B;
}
.AnyTagClassName
{
color: #42B95B;
}
</style>
background-color css
<style>
a { background-color: #42B95B; }
a { background-color: rgb(66,185,91); }
div.DivClassName
{
background-color: #42B95B;
}
.BgClassName
{
background-color: #42B95B;
}
</style>
border-color css
<style>
span { border-color: #42B95B; }
span { border-color: rgb(66,185,91); }
td.TdClassName
{
border-color: #42B95B;
}
.TagClassName
{
border-color: #42B95B;
}
</style>