Shades of Chateau Green #3C9250
Tints of Chateau Green #3C9250
RGB
CMYK
RGB Variations
Color information
#3C9250 (or 0x3C9250) is known color: Chateau Green. HEX triplet: 3C, 92 and 50. RGB value is (60,146,80). Sum of RGB (Red+Green+Blue) = 60+146+80=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9250 is #C36DAF. Grayscale: #707070. Windows color (decimal): -12807600 or 5280316. OLE color: 5280316.
HSL color Cylindrical-coordinate representation of color #3C9250: hue angle of 133.95º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9250 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 146 | 80 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.43 |
| HSL | 133.95º | 0.42% | 0.4% | - |
| HSV(B) | 133.95º | 0.59% | 0.57% | - |
| XYZ | 13.59 | 22.1 | 11.14 | - |
| YUV | 112.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 80 | 0.59 | 0 | 0.45 | 0.43 | 133.95 | 0.42 | 0.4 |
| Hex | 3C | 92 | 50 | 3B | 0 | 2D | 2B | 86 | 2A | 28 |
| Octal | 74 | 222 | 120 | 73 | 0 | 55 | 53 | 206 | 52 | 50 |
| Binary | 111100 | 10010010 | 1010000 | 111011 | 0 | 101101 | 101011 | 10000110 | 101010 | 101000 |
Color Harmonies of #3C9250
Complementary color
Monochromatic Colors of #3C9250
Black with #3C9250
Text Example
Text Example
White with #3C9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9250; }
p { color: rgb(60,146,80); }
H1.HeaderClassName
{
color: #3C9250;
}
.AnyTagClassName
{
color: #3C9250;
}
</style>
background-color css
<style>
a { background-color: #3C9250; }
a { background-color: rgb(60,146,80); }
div.DivClassName
{
background-color: #3C9250;
}
.BgClassName
{
background-color: #3C9250;
}
</style>
border-color css
<style>
span { border-color: #3C9250; }
span { border-color: rgb(60,146,80); }
td.TdClassName
{
border-color: #3C9250;
}
.TagClassName
{
border-color: #3C9250;
}
</style>