Shades of Chateau Green #3DBE5A
Tints of Chateau Green #3DBE5A
RGB
CMYK
RGB Variations
Color information
#3DBE5A (or 0x3DBE5A) is known color: Chateau Green. HEX triplet: 3D, BE and 5A. RGB value is (61,190,90). Sum of RGB (Red+Green+Blue) = 61+190+90=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBE5A is #C241A5. Grayscale: #8C8C8C. Windows color (decimal): -12730790 or 5946941. OLE color: 5946941.
HSL color Cylindrical-coordinate representation of color #3DBE5A: hue angle of 133.49º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE5A is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 90 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.25 |
| HSL | 133.49º | 0.51% | 0.49% | - |
| HSV(B) | 133.49º | 0.68% | 0.75% | - |
| XYZ | 22.18 | 38.56 | 15.95 | - |
| YUV | 140.03 | 99.76 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 90 | 0.68 | 0 | 0.53 | 0.25 | 133.49 | 0.51 | 0.49 |
| Hex | 3D | BE | 5A | 44 | 0 | 35 | 19 | 85 | 33 | 31 |
| Octal | 75 | 276 | 132 | 104 | 0 | 65 | 31 | 205 | 63 | 61 |
| Binary | 111101 | 10111110 | 1011010 | 1000100 | 0 | 110101 | 11001 | 10000101 | 110011 | 110001 |
Color Harmonies of #3DBE5A
Complementary color
Monochromatic Colors of #3DBE5A
Black with #3DBE5A
Text Example
Text Example
White with #3DBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE5A; }
p { color: rgb(61,190,90); }
H1.HeaderClassName
{
color: #3DBE5A;
}
.AnyTagClassName
{
color: #3DBE5A;
}
</style>
background-color css
<style>
a { background-color: #3DBE5A; }
a { background-color: rgb(61,190,90); }
div.DivClassName
{
background-color: #3DBE5A;
}
.BgClassName
{
background-color: #3DBE5A;
}
</style>
border-color css
<style>
span { border-color: #3DBE5A; }
span { border-color: rgb(61,190,90); }
td.TdClassName
{
border-color: #3DBE5A;
}
.TagClassName
{
border-color: #3DBE5A;
}
</style>