Shades of Chateau Green #3D924A
Tints of Chateau Green #3D924A
RGB
CMYK
RGB Variations
Color information
#3D924A (or 0x3D924A) is known color: Chateau Green. HEX triplet: 3D, 92 and 4A. RGB value is (61,146,74). Sum of RGB (Red+Green+Blue) = 61+146+74=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #3D924A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D924A is #C26DB5. Grayscale: #707070. Windows color (decimal): -12742070 or 4887101. OLE color: 4887101.
HSL color Cylindrical-coordinate representation of color #3D924A: hue angle of 129.18º 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 #3D924A is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 146 | 74 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.43 |
| HSL | 129.18º | 0.41% | 0.41% | - |
| HSV(B) | 129.18º | 0.58% | 0.57% | - |
| XYZ | 13.44 | 22.04 | 10.03 | - |
| YUV | 112.38 | 106.34 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 146 | 74 | 0.58 | 0 | 0.49 | 0.43 | 129.18 | 0.41 | 0.41 |
| Hex | 3D | 92 | 4A | 3A | 0 | 31 | 2B | 81 | 29 | 29 |
| Octal | 75 | 222 | 112 | 72 | 0 | 61 | 53 | 201 | 51 | 51 |
| Binary | 111101 | 10010010 | 1001010 | 111010 | 0 | 110001 | 101011 | 10000001 | 101001 | 101001 |
Color Harmonies of #3D924A
Complementary color
Monochromatic Colors of #3D924A
Black with #3D924A
Text Example
Text Example
White with #3D924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D924A; }
p { color: rgb(61,146,74); }
H1.HeaderClassName
{
color: #3D924A;
}
.AnyTagClassName
{
color: #3D924A;
}
</style>
background-color css
<style>
a { background-color: #3D924A; }
a { background-color: rgb(61,146,74); }
div.DivClassName
{
background-color: #3D924A;
}
.BgClassName
{
background-color: #3D924A;
}
</style>
border-color css
<style>
span { border-color: #3D924A; }
span { border-color: rgb(61,146,74); }
td.TdClassName
{
border-color: #3D924A;
}
.TagClassName
{
border-color: #3D924A;
}
</style>