Shades of Chateau Green #3C935A
Tints of Chateau Green #3C935A
RGB
CMYK
RGB Variations
Color information
#3C935A (or 0x3C935A) is known color: Chateau Green. HEX triplet: 3C, 93 and 5A. RGB value is (60,147,90). Sum of RGB (Red+Green+Blue) = 60+147+90=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #3C935A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C935A is #C36CA5. Grayscale: #727272. Windows color (decimal): -12807334 or 5935932. OLE color: 5935932.
HSL color Cylindrical-coordinate representation of color #3C935A: hue angle of 140.69º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C935A is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 147 | 90 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.42 |
| HSL | 140.69º | 0.42% | 0.41% | - |
| HSV(B) | 140.69º | 0.59% | 0.58% | - |
| XYZ | 14.14 | 22.57 | 13.28 | - |
| YUV | 114.49 | 114.18 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 90 | 0.59 | 0 | 0.39 | 0.42 | 140.69 | 0.42 | 0.41 |
| Hex | 3C | 93 | 5A | 3B | 0 | 27 | 2A | 8D | 2A | 29 |
| Octal | 74 | 223 | 132 | 73 | 0 | 47 | 52 | 215 | 52 | 51 |
| Binary | 111100 | 10010011 | 1011010 | 111011 | 0 | 100111 | 101010 | 10001101 | 101010 | 101001 |
Color Harmonies of #3C935A
Complementary color
Monochromatic Colors of #3C935A
Black with #3C935A
Text Example
Text Example
White with #3C935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C935A; }
p { color: rgb(60,147,90); }
H1.HeaderClassName
{
color: #3C935A;
}
.AnyTagClassName
{
color: #3C935A;
}
</style>
background-color css
<style>
a { background-color: #3C935A; }
a { background-color: rgb(60,147,90); }
div.DivClassName
{
background-color: #3C935A;
}
.BgClassName
{
background-color: #3C935A;
}
</style>
border-color css
<style>
span { border-color: #3C935A; }
span { border-color: rgb(60,147,90); }
td.TdClassName
{
border-color: #3C935A;
}
.TagClassName
{
border-color: #3C935A;
}
</style>