Shades of Chateau Green #3D9150
Tints of Chateau Green #3D9150
RGB
CMYK
RGB Variations
Color information
#3D9150 (or 0x3D9150) is known color: Chateau Green. HEX triplet: 3D, 91 and 50. RGB value is (61,145,80). Sum of RGB (Red+Green+Blue) = 61+145+80=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #3D9150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9150 is #C26EAF. Grayscale: #707070. Windows color (decimal): -12742320 or 5280061. OLE color: 5280061.
HSL color Cylindrical-coordinate representation of color #3D9150: hue angle of 133.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9150 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 145 | 80 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.43 |
| HSL | 133.57º | 0.41% | 0.4% | - |
| HSV(B) | 133.57º | 0.58% | 0.57% | - |
| XYZ | 13.5 | 21.82 | 11.09 | - |
| YUV | 112.47 | 109.67 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 80 | 0.58 | 0 | 0.45 | 0.43 | 133.57 | 0.41 | 0.4 |
| Hex | 3D | 91 | 50 | 3A | 0 | 2D | 2B | 86 | 29 | 28 |
| Octal | 75 | 221 | 120 | 72 | 0 | 55 | 53 | 206 | 51 | 50 |
| Binary | 111101 | 10010001 | 1010000 | 111010 | 0 | 101101 | 101011 | 10000110 | 101001 | 101000 |
Color Harmonies of #3D9150
Complementary color
Monochromatic Colors of #3D9150
Black with #3D9150
Text Example
Text Example
White with #3D9150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9150; }
p { color: rgb(61,145,80); }
H1.HeaderClassName
{
color: #3D9150;
}
.AnyTagClassName
{
color: #3D9150;
}
</style>
background-color css
<style>
a { background-color: #3D9150; }
a { background-color: rgb(61,145,80); }
div.DivClassName
{
background-color: #3D9150;
}
.BgClassName
{
background-color: #3D9150;
}
</style>
border-color css
<style>
span { border-color: #3D9150; }
span { border-color: rgb(61,145,80); }
td.TdClassName
{
border-color: #3D9150;
}
.TagClassName
{
border-color: #3D9150;
}
</style>