Shades of Chateau Green #3DC058
Tints of Chateau Green #3DC058
RGB
CMYK
RGB Variations
Color information
#3DC058 (or 0x3DC058) is known color: Chateau Green. HEX triplet: 3D, C0 and 58. RGB value is (61,192,88). Sum of RGB (Red+Green+Blue) = 61+192+88=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC058 is #C23FA7. Grayscale: #8D8D8D. Windows color (decimal): -12730280 or 5816381. OLE color: 5816381.
HSL color Cylindrical-coordinate representation of color #3DC058: hue angle of 132.37º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC058 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 88 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.25 |
| HSL | 132.37º | 0.52% | 0.5% | - |
| HSV(B) | 132.37º | 0.68% | 0.75% | - |
| XYZ | 22.54 | 39.4 | 15.65 | - |
| YUV | 140.98 | 98.1 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 88 | 0.68 | 0 | 0.54 | 0.25 | 132.37 | 0.52 | 0.5 |
| Hex | 3D | C0 | 58 | 44 | 0 | 36 | 19 | 84 | 34 | 32 |
| Octal | 75 | 300 | 130 | 104 | 0 | 66 | 31 | 204 | 64 | 62 |
| Binary | 111101 | 11000000 | 1011000 | 1000100 | 0 | 110110 | 11001 | 10000100 | 110100 | 110010 |
Color Harmonies of #3DC058
Complementary color
Monochromatic Colors of #3DC058
Black with #3DC058
Text Example
Text Example
White with #3DC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC058; }
p { color: rgb(61,192,88); }
H1.HeaderClassName
{
color: #3DC058;
}
.AnyTagClassName
{
color: #3DC058;
}
</style>
background-color css
<style>
a { background-color: #3DC058; }
a { background-color: rgb(61,192,88); }
div.DivClassName
{
background-color: #3DC058;
}
.BgClassName
{
background-color: #3DC058;
}
</style>
border-color css
<style>
span { border-color: #3DC058; }
span { border-color: rgb(61,192,88); }
td.TdClassName
{
border-color: #3DC058;
}
.TagClassName
{
border-color: #3DC058;
}
</style>