Shades of Chateau Green #3D945A
Tints of Chateau Green #3D945A
RGB
CMYK
RGB Variations
Color information
#3D945A (or 0x3D945A) is known color: Chateau Green. HEX triplet: 3D, 94 and 5A. RGB value is (61,148,90). Sum of RGB (Red+Green+Blue) = 61+148+90=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #3D945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D945A is #C26BA5. Grayscale: #737373. Windows color (decimal): -12741542 or 5936189. OLE color: 5936189.
HSL color Cylindrical-coordinate representation of color #3D945A: hue angle of 140º 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 #3D945A is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 148 | 90 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.42 |
| HSL | 140º | 0.42% | 0.41% | - |
| HSV(B) | 140º | 0.59% | 0.58% | - |
| XYZ | 14.36 | 22.91 | 13.34 | - |
| YUV | 115.38 | 113.68 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 148 | 90 | 0.59 | 0 | 0.39 | 0.42 | 140 | 0.42 | 0.41 |
| Hex | 3D | 94 | 5A | 3B | 0 | 27 | 2A | 8C | 2A | 29 |
| Octal | 75 | 224 | 132 | 73 | 0 | 47 | 52 | 214 | 52 | 51 |
| Binary | 111101 | 10010100 | 1011010 | 111011 | 0 | 100111 | 101010 | 10001100 | 101010 | 101001 |
Color Harmonies of #3D945A
Complementary color
Monochromatic Colors of #3D945A
Black with #3D945A
Text Example
Text Example
White with #3D945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D945A; }
p { color: rgb(61,148,90); }
H1.HeaderClassName
{
color: #3D945A;
}
.AnyTagClassName
{
color: #3D945A;
}
</style>
background-color css
<style>
a { background-color: #3D945A; }
a { background-color: rgb(61,148,90); }
div.DivClassName
{
background-color: #3D945A;
}
.BgClassName
{
background-color: #3D945A;
}
</style>
border-color css
<style>
span { border-color: #3D945A; }
span { border-color: rgb(61,148,90); }
td.TdClassName
{
border-color: #3D945A;
}
.TagClassName
{
border-color: #3D945A;
}
</style>