Shades of Chateau Green #3D904A
Tints of Chateau Green #3D904A
RGB
CMYK
RGB Variations
Color information
#3D904A (or 0x3D904A) is known color: Chateau Green. HEX triplet: 3D, 90 and 4A. RGB value is (61,144,74). Sum of RGB (Red+Green+Blue) = 61+144+74=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #3D904A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D904A is #C26FB5. Grayscale: #6F6F6F. Windows color (decimal): -12742582 or 4886589. OLE color: 4886589.
HSL color Cylindrical-coordinate representation of color #3D904A: hue angle of 129.4º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D904A is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 144 | 74 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.44 |
| HSL | 129.4º | 0.4% | 0.4% | - |
| HSV(B) | 129.4º | 0.58% | 0.56% | - |
| XYZ | 13.13 | 21.43 | 9.92 | - |
| YUV | 111.2 | 107 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 144 | 74 | 0.58 | 0 | 0.49 | 0.44 | 129.4 | 0.4 | 0.4 |
| Hex | 3D | 90 | 4A | 3A | 0 | 31 | 2C | 81 | 28 | 28 |
| Octal | 75 | 220 | 112 | 72 | 0 | 61 | 54 | 201 | 50 | 50 |
| Binary | 111101 | 10010000 | 1001010 | 111010 | 0 | 110001 | 101100 | 10000001 | 101000 | 101000 |
Color Harmonies of #3D904A
Complementary color
Monochromatic Colors of #3D904A
Black with #3D904A
Text Example
Text Example
White with #3D904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D904A; }
p { color: rgb(61,144,74); }
H1.HeaderClassName
{
color: #3D904A;
}
.AnyTagClassName
{
color: #3D904A;
}
</style>
background-color css
<style>
a { background-color: #3D904A; }
a { background-color: rgb(61,144,74); }
div.DivClassName
{
background-color: #3D904A;
}
.BgClassName
{
background-color: #3D904A;
}
</style>
border-color css
<style>
span { border-color: #3D904A; }
span { border-color: rgb(61,144,74); }
td.TdClassName
{
border-color: #3D904A;
}
.TagClassName
{
border-color: #3D904A;
}
</style>