Shades of Chateau Green #3D904C
Tints of Chateau Green #3D904C
RGB
CMYK
RGB Variations
Color information
#3D904C (or 0x3D904C) is known color: Chateau Green. HEX triplet: 3D, 90 and 4C. RGB value is (61,144,76). Sum of RGB (Red+Green+Blue) = 61+144+76=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #3D904C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D904C is #C26FB3. Grayscale: #6F6F6F. Windows color (decimal): -12742580 or 5017661. OLE color: 5017661.
HSL color Cylindrical-coordinate representation of color #3D904C: hue angle of 130.84º 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 #3D904C is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 144 | 76 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.44 |
| HSL | 130.84º | 0.4% | 0.4% | - |
| HSV(B) | 130.84º | 0.58% | 0.56% | - |
| XYZ | 13.2 | 21.46 | 10.28 | - |
| YUV | 111.43 | 108 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 144 | 76 | 0.58 | 0 | 0.47 | 0.44 | 130.84 | 0.4 | 0.4 |
| Hex | 3D | 90 | 4C | 3A | 0 | 2F | 2C | 83 | 28 | 28 |
| Octal | 75 | 220 | 114 | 72 | 0 | 57 | 54 | 203 | 50 | 50 |
| Binary | 111101 | 10010000 | 1001100 | 111010 | 0 | 101111 | 101100 | 10000011 | 101000 | 101000 |
Color Harmonies of #3D904C
Complementary color
Monochromatic Colors of #3D904C
Black with #3D904C
Text Example
Text Example
White with #3D904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D904C; }
p { color: rgb(61,144,76); }
H1.HeaderClassName
{
color: #3D904C;
}
.AnyTagClassName
{
color: #3D904C;
}
</style>
background-color css
<style>
a { background-color: #3D904C; }
a { background-color: rgb(61,144,76); }
div.DivClassName
{
background-color: #3D904C;
}
.BgClassName
{
background-color: #3D904C;
}
</style>
border-color css
<style>
span { border-color: #3D904C; }
span { border-color: rgb(61,144,76); }
td.TdClassName
{
border-color: #3D904C;
}
.TagClassName
{
border-color: #3D904C;
}
</style>