Shades of Chateau Green #3D9256
Tints of Chateau Green #3D9256
RGB
CMYK
RGB Variations
Color information
#3D9256 (or 0x3D9256) is known color: Chateau Green. HEX triplet: 3D, 92 and 56. RGB value is (61,146,86). Sum of RGB (Red+Green+Blue) = 61+146+86=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #3D9256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9256 is #C26DA9. Grayscale: #717171. Windows color (decimal): -12742058 or 5673533. OLE color: 5673533.
HSL color Cylindrical-coordinate representation of color #3D9256: hue angle of 137.65º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9256 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 146 | 86 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.43 |
| HSL | 137.65º | 0.41% | 0.41% | - |
| HSV(B) | 137.65º | 0.58% | 0.57% | - |
| XYZ | 13.88 | 22.22 | 12.36 | - |
| YUV | 113.75 | 112.34 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 146 | 86 | 0.58 | 0 | 0.41 | 0.43 | 137.65 | 0.41 | 0.41 |
| Hex | 3D | 92 | 56 | 3A | 0 | 29 | 2B | 8A | 29 | 29 |
| Octal | 75 | 222 | 126 | 72 | 0 | 51 | 53 | 212 | 51 | 51 |
| Binary | 111101 | 10010010 | 1010110 | 111010 | 0 | 101001 | 101011 | 10001010 | 101001 | 101001 |
Color Harmonies of #3D9256
Complementary color
Monochromatic Colors of #3D9256
Black with #3D9256
Text Example
Text Example
White with #3D9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9256; }
p { color: rgb(61,146,86); }
H1.HeaderClassName
{
color: #3D9256;
}
.AnyTagClassName
{
color: #3D9256;
}
</style>
background-color css
<style>
a { background-color: #3D9256; }
a { background-color: rgb(61,146,86); }
div.DivClassName
{
background-color: #3D9256;
}
.BgClassName
{
background-color: #3D9256;
}
</style>
border-color css
<style>
span { border-color: #3D9256; }
span { border-color: rgb(61,146,86); }
td.TdClassName
{
border-color: #3D9256;
}
.TagClassName
{
border-color: #3D9256;
}
</style>