Shades of Chateau Green #3DBB5A
Tints of Chateau Green #3DBB5A
RGB
CMYK
RGB Variations
Color information
#3DBB5A (or 0x3DBB5A) is known color: Chateau Green. HEX triplet: 3D, BB and 5A. RGB value is (61,187,90). Sum of RGB (Red+Green+Blue) = 61+187+90=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBB5A is #C244A5. Grayscale: #8A8A8A. Windows color (decimal): -12731558 or 5946173. OLE color: 5946173.
HSL color Cylindrical-coordinate representation of color #3DBB5A: hue angle of 133.81º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBB5A is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 90 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.27 |
| HSL | 133.81º | 0.51% | 0.49% | - |
| HSV(B) | 133.81º | 0.67% | 0.73% | - |
| XYZ | 21.54 | 37.27 | 15.73 | - |
| YUV | 138.27 | 100.76 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 90 | 0.67 | 0 | 0.52 | 0.27 | 133.81 | 0.51 | 0.49 |
| Hex | 3D | BB | 5A | 43 | 0 | 34 | 1B | 86 | 33 | 31 |
| Octal | 75 | 273 | 132 | 103 | 0 | 64 | 33 | 206 | 63 | 61 |
| Binary | 111101 | 10111011 | 1011010 | 1000011 | 0 | 110100 | 11011 | 10000110 | 110011 | 110001 |
Color Harmonies of #3DBB5A
Complementary color
Monochromatic Colors of #3DBB5A
Black with #3DBB5A
Text Example
Text Example
White with #3DBB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB5A; }
p { color: rgb(61,187,90); }
H1.HeaderClassName
{
color: #3DBB5A;
}
.AnyTagClassName
{
color: #3DBB5A;
}
</style>
background-color css
<style>
a { background-color: #3DBB5A; }
a { background-color: rgb(61,187,90); }
div.DivClassName
{
background-color: #3DBB5A;
}
.BgClassName
{
background-color: #3DBB5A;
}
</style>
border-color css
<style>
span { border-color: #3DBB5A; }
span { border-color: rgb(61,187,90); }
td.TdClassName
{
border-color: #3DBB5A;
}
.TagClassName
{
border-color: #3DBB5A;
}
</style>