Shades of Chateau Green #42B45A
Tints of Chateau Green #42B45A
RGB
CMYK
RGB Variations
Color information
#42B45A (or 0x42B45A) is known color: Chateau Green. HEX triplet: 42, B4 and 5A. RGB value is (66,180,90). Sum of RGB (Red+Green+Blue) = 66+180+90=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #42B45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B45A is #BD4BA5. Grayscale: #878787. Windows color (decimal): -12405670 or 5944386. OLE color: 5944386.
HSL color Cylindrical-coordinate representation of color #42B45A: hue angle of 132.63º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B45A is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 90 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.29 |
| HSL | 132.63º | 0.46% | 0.48% | - |
| HSV(B) | 132.63º | 0.63% | 0.71% | - |
| XYZ | 20.41 | 34.54 | 15.26 | - |
| YUV | 135.65 | 102.23 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 90 | 0.63 | 0 | 0.50 | 0.29 | 132.63 | 0.46 | 0.48 |
| Hex | 42 | B4 | 5A | 3F | 0 | 32 | 1D | 85 | 2E | 30 |
| Octal | 102 | 264 | 132 | 77 | 0 | 62 | 35 | 205 | 56 | 60 |
| Binary | 1000010 | 10110100 | 1011010 | 111111 | 0 | 110010 | 11101 | 10000101 | 101110 | 110000 |
Color Harmonies of #42B45A
Complementary color
Monochromatic Colors of #42B45A
Black with #42B45A
Text Example
Text Example
White with #42B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B45A; }
p { color: rgb(66,180,90); }
H1.HeaderClassName
{
color: #42B45A;
}
.AnyTagClassName
{
color: #42B45A;
}
</style>
background-color css
<style>
a { background-color: #42B45A; }
a { background-color: rgb(66,180,90); }
div.DivClassName
{
background-color: #42B45A;
}
.BgClassName
{
background-color: #42B45A;
}
</style>
border-color css
<style>
span { border-color: #42B45A; }
span { border-color: rgb(66,180,90); }
td.TdClassName
{
border-color: #42B45A;
}
.TagClassName
{
border-color: #42B45A;
}
</style>