Shades of Chateau Green #3CAF5F
Tints of Chateau Green #3CAF5F
RGB
CMYK
RGB Variations
Color information
#3CAF5F (or 0x3CAF5F) is known color: Chateau Green. HEX triplet: 3C, AF and 5F. RGB value is (60,175,95). Sum of RGB (Red+Green+Blue) = 60+175+95=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF5F is #C350A0. Grayscale: #838383. Windows color (decimal): -12800161 or 6270780. OLE color: 6270780.
HSL color Cylindrical-coordinate representation of color #3CAF5F: hue angle of 138.26º 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 #3CAF5F is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 95 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.31 |
| HSL | 138.26º | 0.49% | 0.46% | - |
| HSV(B) | 138.26º | 0.66% | 0.69% | - |
| XYZ | 19.26 | 32.45 | 16.07 | - |
| YUV | 131.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 95 | 0.66 | 0 | 0.46 | 0.31 | 138.26 | 0.49 | 0.46 |
| Hex | 3C | AF | 5F | 42 | 0 | 2E | 1F | 8A | 31 | 2E |
| Octal | 74 | 257 | 137 | 102 | 0 | 56 | 37 | 212 | 61 | 56 |
| Binary | 111100 | 10101111 | 1011111 | 1000010 | 0 | 101110 | 11111 | 10001010 | 110001 | 101110 |
Color Harmonies of #3CAF5F
Complementary color
Monochromatic Colors of #3CAF5F
Black with #3CAF5F
Text Example
Text Example
White with #3CAF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF5F; }
p { color: rgb(60,175,95); }
H1.HeaderClassName
{
color: #3CAF5F;
}
.AnyTagClassName
{
color: #3CAF5F;
}
</style>
background-color css
<style>
a { background-color: #3CAF5F; }
a { background-color: rgb(60,175,95); }
div.DivClassName
{
background-color: #3CAF5F;
}
.BgClassName
{
background-color: #3CAF5F;
}
</style>
border-color css
<style>
span { border-color: #3CAF5F; }
span { border-color: rgb(60,175,95); }
td.TdClassName
{
border-color: #3CAF5F;
}
.TagClassName
{
border-color: #3CAF5F;
}
</style>