Shades of Chateau Green #3C9B5B
Tints of Chateau Green #3C9B5B
RGB
CMYK
RGB Variations
Color information
#3C9B5B (or 0x3C9B5B) is known color: Chateau Green. HEX triplet: 3C, 9B and 5B. RGB value is (60,155,91). Sum of RGB (Red+Green+Blue) = 60+155+91=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B5B is #C364A4. Grayscale: #777777. Windows color (decimal): -12805285 or 6003516. OLE color: 6003516.
HSL color Cylindrical-coordinate representation of color #3C9B5B: hue angle of 139.58º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9B5B is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 155 | 91 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.39 |
| HSL | 139.58º | 0.44% | 0.42% | - |
| HSV(B) | 139.58º | 0.61% | 0.61% | - |
| XYZ | 15.47 | 25.16 | 13.94 | - |
| YUV | 119.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 155 | 91 | 0.61 | 0 | 0.41 | 0.39 | 139.58 | 0.44 | 0.42 |
| Hex | 3C | 9B | 5B | 3D | 0 | 29 | 27 | 8C | 2C | 2A |
| Octal | 74 | 233 | 133 | 75 | 0 | 51 | 47 | 214 | 54 | 52 |
| Binary | 111100 | 10011011 | 1011011 | 111101 | 0 | 101001 | 100111 | 10001100 | 101100 | 101010 |
Color Harmonies of #3C9B5B
Complementary color
Monochromatic Colors of #3C9B5B
Black with #3C9B5B
Text Example
Text Example
White with #3C9B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9B5B; }
p { color: rgb(60,155,91); }
H1.HeaderClassName
{
color: #3C9B5B;
}
.AnyTagClassName
{
color: #3C9B5B;
}
</style>
background-color css
<style>
a { background-color: #3C9B5B; }
a { background-color: rgb(60,155,91); }
div.DivClassName
{
background-color: #3C9B5B;
}
.BgClassName
{
background-color: #3C9B5B;
}
</style>
border-color css
<style>
span { border-color: #3C9B5B; }
span { border-color: rgb(60,155,91); }
td.TdClassName
{
border-color: #3C9B5B;
}
.TagClassName
{
border-color: #3C9B5B;
}
</style>