Shades of Chateau Green #3DB95C
Tints of Chateau Green #3DB95C
RGB
CMYK
RGB Variations
Color information
#3DB95C (or 0x3DB95C) is known color: Chateau Green. HEX triplet: 3D, B9 and 5C. RGB value is (61,185,92). Sum of RGB (Red+Green+Blue) = 61+185+92=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB95C is #C246A3. Grayscale: #898989. Windows color (decimal): -12732068 or 6076733. OLE color: 6076733.
HSL color Cylindrical-coordinate representation of color #3DB95C: hue angle of 135º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB95C is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 92 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.27 |
| HSL | 135º | 0.5% | 0.48% | - |
| HSV(B) | 135º | 0.67% | 0.73% | - |
| XYZ | 21.21 | 36.46 | 16.05 | - |
| YUV | 137.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 92 | 0.67 | 0 | 0.50 | 0.27 | 135 | 0.5 | 0.48 |
| Hex | 3D | B9 | 5C | 43 | 0 | 32 | 1B | 87 | 32 | 30 |
| Octal | 75 | 271 | 134 | 103 | 0 | 62 | 33 | 207 | 62 | 60 |
| Binary | 111101 | 10111001 | 1011100 | 1000011 | 0 | 110010 | 11011 | 10000111 | 110010 | 110000 |
Color Harmonies of #3DB95C
Complementary color
Monochromatic Colors of #3DB95C
Black with #3DB95C
Text Example
Text Example
White with #3DB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB95C; }
p { color: rgb(61,185,92); }
H1.HeaderClassName
{
color: #3DB95C;
}
.AnyTagClassName
{
color: #3DB95C;
}
</style>
background-color css
<style>
a { background-color: #3DB95C; }
a { background-color: rgb(61,185,92); }
div.DivClassName
{
background-color: #3DB95C;
}
.BgClassName
{
background-color: #3DB95C;
}
</style>
border-color css
<style>
span { border-color: #3DB95C; }
span { border-color: rgb(61,185,92); }
td.TdClassName
{
border-color: #3DB95C;
}
.TagClassName
{
border-color: #3DB95C;
}
</style>