Shades of Chateau Green #3D975D
Tints of Chateau Green #3D975D
RGB
CMYK
RGB Variations
Color information
#3D975D (or 0x3D975D) is known color: Chateau Green. HEX triplet: 3D, 97 and 5D. RGB value is (61,151,93). Sum of RGB (Red+Green+Blue) = 61+151+93=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #3D975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D975D is #C268A2. Grayscale: #757575. Windows color (decimal): -12740771 or 6133565. OLE color: 6133565.
HSL color Cylindrical-coordinate representation of color #3D975D: hue angle of 141.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D975D is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 151 | 93 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.41 |
| HSL | 141.33º | 0.42% | 0.42% | - |
| HSV(B) | 141.33º | 0.6% | 0.59% | - |
| XYZ | 14.97 | 23.92 | 14.18 | - |
| YUV | 117.48 | 114.18 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 151 | 93 | 0.60 | 0 | 0.38 | 0.41 | 141.33 | 0.42 | 0.42 |
| Hex | 3D | 97 | 5D | 3C | 0 | 26 | 29 | 8D | 2A | 2A |
| Octal | 75 | 227 | 135 | 74 | 0 | 46 | 51 | 215 | 52 | 52 |
| Binary | 111101 | 10010111 | 1011101 | 111100 | 0 | 100110 | 101001 | 10001101 | 101010 | 101010 |
Color Harmonies of #3D975D
Complementary color
Monochromatic Colors of #3D975D
Black with #3D975D
Text Example
Text Example
White with #3D975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D975D; }
p { color: rgb(61,151,93); }
H1.HeaderClassName
{
color: #3D975D;
}
.AnyTagClassName
{
color: #3D975D;
}
</style>
background-color css
<style>
a { background-color: #3D975D; }
a { background-color: rgb(61,151,93); }
div.DivClassName
{
background-color: #3D975D;
}
.BgClassName
{
background-color: #3D975D;
}
</style>
border-color css
<style>
span { border-color: #3D975D; }
span { border-color: rgb(61,151,93); }
td.TdClassName
{
border-color: #3D975D;
}
.TagClassName
{
border-color: #3D975D;
}
</style>