Shades of Chateau Green #3DB251
Tints of Chateau Green #3DB251
RGB
CMYK
RGB Variations
Color information
#3DB251 (or 0x3DB251) is known color: Chateau Green. HEX triplet: 3D, B2 and 51. RGB value is (61,178,81). Sum of RGB (Red+Green+Blue) = 61+178+81=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB251 is #C24DAE. Grayscale: #848484. Windows color (decimal): -12733871 or 5354045. OLE color: 5354045.
HSL color Cylindrical-coordinate representation of color #3DB251: hue angle of 130.26º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB251 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 178 | 81 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.30 |
| HSL | 130.26º | 0.49% | 0.47% | - |
| HSV(B) | 130.26º | 0.66% | 0.7% | - |
| XYZ | 19.33 | 33.43 | 13.22 | - |
| YUV | 131.96 | 99.24 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 81 | 0.66 | 0 | 0.54 | 0.30 | 130.26 | 0.49 | 0.47 |
| Hex | 3D | B2 | 51 | 42 | 0 | 36 | 1E | 82 | 31 | 2F |
| Octal | 75 | 262 | 121 | 102 | 0 | 66 | 36 | 202 | 61 | 57 |
| Binary | 111101 | 10110010 | 1010001 | 1000010 | 0 | 110110 | 11110 | 10000010 | 110001 | 101111 |
Color Harmonies of #3DB251
Complementary color
Monochromatic Colors of #3DB251
Black with #3DB251
Text Example
Text Example
White with #3DB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB251; }
p { color: rgb(61,178,81); }
H1.HeaderClassName
{
color: #3DB251;
}
.AnyTagClassName
{
color: #3DB251;
}
</style>
background-color css
<style>
a { background-color: #3DB251; }
a { background-color: rgb(61,178,81); }
div.DivClassName
{
background-color: #3DB251;
}
.BgClassName
{
background-color: #3DB251;
}
</style>
border-color css
<style>
span { border-color: #3DB251; }
span { border-color: rgb(61,178,81); }
td.TdClassName
{
border-color: #3DB251;
}
.TagClassName
{
border-color: #3DB251;
}
</style>