Shades of Chateau Green #3CA558
Tints of Chateau Green #3CA558
RGB
CMYK
RGB Variations
Color information
#3CA558 (or 0x3CA558) is known color: Chateau Green. HEX triplet: 3C, A5 and 58. RGB value is (60,165,88). Sum of RGB (Red+Green+Blue) = 60+165+88=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA558 is #C35AA7. Grayscale: #7D7D7D. Windows color (decimal): -12802728 or 5809468. OLE color: 5809468.
HSL color Cylindrical-coordinate representation of color #3CA558: hue angle of 136º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA558 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 165 | 88 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.35 |
| HSL | 136º | 0.47% | 0.44% | - |
| HSV(B) | 136º | 0.64% | 0.65% | - |
| XYZ | 17.08 | 28.58 | 13.85 | - |
| YUV | 124.83 | 107.21 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 165 | 88 | 0.64 | 0 | 0.47 | 0.35 | 136 | 0.47 | 0.44 |
| Hex | 3C | A5 | 58 | 40 | 0 | 2F | 23 | 88 | 2F | 2C |
| Octal | 74 | 245 | 130 | 100 | 0 | 57 | 43 | 210 | 57 | 54 |
| Binary | 111100 | 10100101 | 1011000 | 1000000 | 0 | 101111 | 100011 | 10001000 | 101111 | 101100 |
Color Harmonies of #3CA558
Complementary color
Monochromatic Colors of #3CA558
Black with #3CA558
Text Example
Text Example
White with #3CA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA558; }
p { color: rgb(60,165,88); }
H1.HeaderClassName
{
color: #3CA558;
}
.AnyTagClassName
{
color: #3CA558;
}
</style>
background-color css
<style>
a { background-color: #3CA558; }
a { background-color: rgb(60,165,88); }
div.DivClassName
{
background-color: #3CA558;
}
.BgClassName
{
background-color: #3CA558;
}
</style>
border-color css
<style>
span { border-color: #3CA558; }
span { border-color: rgb(60,165,88); }
td.TdClassName
{
border-color: #3CA558;
}
.TagClassName
{
border-color: #3CA558;
}
</style>