Shades of Chateau Green #3CA85B
Tints of Chateau Green #3CA85B
RGB
CMYK
RGB Variations
Color information
#3CA85B (or 0x3CA85B) is known color: Chateau Green. HEX triplet: 3C, A8 and 5B. RGB value is (60,168,91). Sum of RGB (Red+Green+Blue) = 60+168+91=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA85B is #C357A4. Grayscale: #7F7F7F. Windows color (decimal): -12801957 or 6006844. OLE color: 6006844.
HSL color Cylindrical-coordinate representation of color #3CA85B: hue angle of 137.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA85B is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 168 | 91 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.34 |
| HSL | 137.22º | 0.47% | 0.45% | - |
| HSV(B) | 137.22º | 0.64% | 0.66% | - |
| XYZ | 17.75 | 29.72 | 14.7 | - |
| YUV | 126.93 | 107.72 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 168 | 91 | 0.64 | 0 | 0.46 | 0.34 | 137.22 | 0.47 | 0.45 |
| Hex | 3C | A8 | 5B | 40 | 0 | 2E | 22 | 89 | 2F | 2D |
| Octal | 74 | 250 | 133 | 100 | 0 | 56 | 42 | 211 | 57 | 55 |
| Binary | 111100 | 10101000 | 1011011 | 1000000 | 0 | 101110 | 100010 | 10001001 | 101111 | 101101 |
Color Harmonies of #3CA85B
Complementary color
Monochromatic Colors of #3CA85B
Black with #3CA85B
Text Example
Text Example
White with #3CA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA85B; }
p { color: rgb(60,168,91); }
H1.HeaderClassName
{
color: #3CA85B;
}
.AnyTagClassName
{
color: #3CA85B;
}
</style>
background-color css
<style>
a { background-color: #3CA85B; }
a { background-color: rgb(60,168,91); }
div.DivClassName
{
background-color: #3CA85B;
}
.BgClassName
{
background-color: #3CA85B;
}
</style>
border-color css
<style>
span { border-color: #3CA85B; }
span { border-color: rgb(60,168,91); }
td.TdClassName
{
border-color: #3CA85B;
}
.TagClassName
{
border-color: #3CA85B;
}
</style>