Shades of Chateau Green #3CAF4F
Tints of Chateau Green #3CAF4F
RGB
CMYK
RGB Variations
Color information
#3CAF4F (or 0x3CAF4F) is known color: Chateau Green. HEX triplet: 3C, AF and 4F. RGB value is (60,175,79). Sum of RGB (Red+Green+Blue) = 60+175+79=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF4F is #C350B0. Grayscale: #818181. Windows color (decimal): -12800177 or 5222204. OLE color: 5222204.
HSL color Cylindrical-coordinate representation of color #3CAF4F: hue angle of 129.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF4F is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 79 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.31 |
| HSL | 129.91º | 0.49% | 0.46% | - |
| HSV(B) | 129.91º | 0.66% | 0.69% | - |
| XYZ | 18.6 | 32.19 | 12.63 | - |
| YUV | 129.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 79 | 0.66 | 0 | 0.55 | 0.31 | 129.91 | 0.49 | 0.46 |
| Hex | 3C | AF | 4F | 42 | 0 | 37 | 1F | 82 | 31 | 2E |
| Octal | 74 | 257 | 117 | 102 | 0 | 67 | 37 | 202 | 61 | 56 |
| Binary | 111100 | 10101111 | 1001111 | 1000010 | 0 | 110111 | 11111 | 10000010 | 110001 | 101110 |
Color Harmonies of #3CAF4F
Complementary color
Monochromatic Colors of #3CAF4F
Black with #3CAF4F
Text Example
Text Example
White with #3CAF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF4F; }
p { color: rgb(60,175,79); }
H1.HeaderClassName
{
color: #3CAF4F;
}
.AnyTagClassName
{
color: #3CAF4F;
}
</style>
background-color css
<style>
a { background-color: #3CAF4F; }
a { background-color: rgb(60,175,79); }
div.DivClassName
{
background-color: #3CAF4F;
}
.BgClassName
{
background-color: #3CAF4F;
}
</style>
border-color css
<style>
span { border-color: #3CAF4F; }
span { border-color: rgb(60,175,79); }
td.TdClassName
{
border-color: #3CAF4F;
}
.TagClassName
{
border-color: #3CAF4F;
}
</style>