Shades of Chateau Green #3DB051
Tints of Chateau Green #3DB051
RGB
CMYK
RGB Variations
Color information
#3DB051 (or 0x3DB051) is known color: Chateau Green. HEX triplet: 3D, B0 and 51. RGB value is (61,176,81). Sum of RGB (Red+Green+Blue) = 61+176+81=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB051 is #C24FAE. Grayscale: #838383. Windows color (decimal): -12734383 or 5353533. OLE color: 5353533.
HSL color Cylindrical-coordinate representation of color #3DB051: hue angle of 130.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB051 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 81 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.31 |
| HSL | 130.43º | 0.49% | 0.46% | - |
| HSV(B) | 130.43º | 0.65% | 0.69% | - |
| XYZ | 18.94 | 32.64 | 13.09 | - |
| YUV | 130.79 | 99.9 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 81 | 0.65 | 0 | 0.54 | 0.31 | 130.43 | 0.49 | 0.46 |
| Hex | 3D | B0 | 51 | 41 | 0 | 36 | 1F | 82 | 31 | 2E |
| Octal | 75 | 260 | 121 | 101 | 0 | 66 | 37 | 202 | 61 | 56 |
| Binary | 111101 | 10110000 | 1010001 | 1000001 | 0 | 110110 | 11111 | 10000010 | 110001 | 101110 |
Color Harmonies of #3DB051
Complementary color
Monochromatic Colors of #3DB051
Black with #3DB051
Text Example
Text Example
White with #3DB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB051; }
p { color: rgb(61,176,81); }
H1.HeaderClassName
{
color: #3DB051;
}
.AnyTagClassName
{
color: #3DB051;
}
</style>
background-color css
<style>
a { background-color: #3DB051; }
a { background-color: rgb(61,176,81); }
div.DivClassName
{
background-color: #3DB051;
}
.BgClassName
{
background-color: #3DB051;
}
</style>
border-color css
<style>
span { border-color: #3DB051; }
span { border-color: rgb(61,176,81); }
td.TdClassName
{
border-color: #3DB051;
}
.TagClassName
{
border-color: #3DB051;
}
</style>