Shades of Chateau Green #42AF63
Tints of Chateau Green #42AF63
RGB
CMYK
RGB Variations
Color information
#42AF63 (or 0x42AF63) is known color: Chateau Green. HEX triplet: 42, AF and 63. RGB value is (66,175,99). Sum of RGB (Red+Green+Blue) = 66+175+99=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AF63 is #BD509C. Grayscale: #858585. Windows color (decimal): -12406941 or 6532930. OLE color: 6532930.
HSL color Cylindrical-coordinate representation of color #42AF63: hue angle of 138.17º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AF63 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 99 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.31 |
| HSL | 138.17º | 0.45% | 0.47% | - |
| HSV(B) | 138.17º | 0.62% | 0.69% | - |
| XYZ | 19.83 | 32.72 | 17.07 | - |
| YUV | 133.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 99 | 0.62 | 0 | 0.43 | 0.31 | 138.17 | 0.45 | 0.47 |
| Hex | 42 | AF | 63 | 3E | 0 | 2B | 1F | 8A | 2D | 2F |
| Octal | 102 | 257 | 143 | 76 | 0 | 53 | 37 | 212 | 55 | 57 |
| Binary | 1000010 | 10101111 | 1100011 | 111110 | 0 | 101011 | 11111 | 10001010 | 101101 | 101111 |
Color Harmonies of #42AF63
Complementary color
Monochromatic Colors of #42AF63
Black with #42AF63
Text Example
Text Example
White with #42AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF63; }
p { color: rgb(66,175,99); }
H1.HeaderClassName
{
color: #42AF63;
}
.AnyTagClassName
{
color: #42AF63;
}
</style>
background-color css
<style>
a { background-color: #42AF63; }
a { background-color: rgb(66,175,99); }
div.DivClassName
{
background-color: #42AF63;
}
.BgClassName
{
background-color: #42AF63;
}
</style>
border-color css
<style>
span { border-color: #42AF63; }
span { border-color: rgb(66,175,99); }
td.TdClassName
{
border-color: #42AF63;
}
.TagClassName
{
border-color: #42AF63;
}
</style>