Shades of Chateau Green #3DB25E
Tints of Chateau Green #3DB25E
RGB
CMYK
RGB Variations
Color information
#3DB25E (or 0x3DB25E) is known color: Chateau Green. HEX triplet: 3D, B2 and 5E. RGB value is (61,178,94). Sum of RGB (Red+Green+Blue) = 61+178+94=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB25E is #C24DA1. Grayscale: #858585. Windows color (decimal): -12733858 or 6206013. OLE color: 6206013.
HSL color Cylindrical-coordinate representation of color #3DB25E: hue angle of 136.92º 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 #3DB25E is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 178 | 94 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.30 |
| HSL | 136.92º | 0.49% | 0.47% | - |
| HSV(B) | 136.92º | 0.66% | 0.7% | - |
| XYZ | 19.87 | 33.64 | 16.04 | - |
| YUV | 133.44 | 105.74 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 94 | 0.66 | 0 | 0.47 | 0.30 | 136.92 | 0.49 | 0.47 |
| Hex | 3D | B2 | 5E | 42 | 0 | 2F | 1E | 89 | 31 | 2F |
| Octal | 75 | 262 | 136 | 102 | 0 | 57 | 36 | 211 | 61 | 57 |
| Binary | 111101 | 10110010 | 1011110 | 1000010 | 0 | 101111 | 11110 | 10001001 | 110001 | 101111 |
Color Harmonies of #3DB25E
Complementary color
Monochromatic Colors of #3DB25E
Black with #3DB25E
Text Example
Text Example
White with #3DB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB25E; }
p { color: rgb(61,178,94); }
H1.HeaderClassName
{
color: #3DB25E;
}
.AnyTagClassName
{
color: #3DB25E;
}
</style>
background-color css
<style>
a { background-color: #3DB25E; }
a { background-color: rgb(61,178,94); }
div.DivClassName
{
background-color: #3DB25E;
}
.BgClassName
{
background-color: #3DB25E;
}
</style>
border-color css
<style>
span { border-color: #3DB25E; }
span { border-color: rgb(61,178,94); }
td.TdClassName
{
border-color: #3DB25E;
}
.TagClassName
{
border-color: #3DB25E;
}
</style>