Shades of Chateau Green #3DA25C
Tints of Chateau Green #3DA25C
RGB
CMYK
RGB Variations
Color information
#3DA25C (or 0x3DA25C) is known color: Chateau Green. HEX triplet: 3D, A2 and 5C. RGB value is (61,162,92). Sum of RGB (Red+Green+Blue) = 61+162+92=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA25C is #C25DA3. Grayscale: #7C7C7C. Windows color (decimal): -12737956 or 6070845. OLE color: 6070845.
HSL color Cylindrical-coordinate representation of color #3DA25C: hue angle of 138.42º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA25C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 92 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.36 |
| HSL | 138.42º | 0.45% | 0.44% | - |
| HSV(B) | 138.42º | 0.62% | 0.64% | - |
| XYZ | 16.78 | 27.61 | 14.57 | - |
| YUV | 123.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 92 | 0.62 | 0 | 0.43 | 0.36 | 138.42 | 0.45 | 0.44 |
| Hex | 3D | A2 | 5C | 3E | 0 | 2B | 24 | 8A | 2D | 2C |
| Octal | 75 | 242 | 134 | 76 | 0 | 53 | 44 | 212 | 55 | 54 |
| Binary | 111101 | 10100010 | 1011100 | 111110 | 0 | 101011 | 100100 | 10001010 | 101101 | 101100 |
Color Harmonies of #3DA25C
Complementary color
Monochromatic Colors of #3DA25C
Black with #3DA25C
Text Example
Text Example
White with #3DA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA25C; }
p { color: rgb(61,162,92); }
H1.HeaderClassName
{
color: #3DA25C;
}
.AnyTagClassName
{
color: #3DA25C;
}
</style>
background-color css
<style>
a { background-color: #3DA25C; }
a { background-color: rgb(61,162,92); }
div.DivClassName
{
background-color: #3DA25C;
}
.BgClassName
{
background-color: #3DA25C;
}
</style>
border-color css
<style>
span { border-color: #3DA25C; }
span { border-color: rgb(61,162,92); }
td.TdClassName
{
border-color: #3DA25C;
}
.TagClassName
{
border-color: #3DA25C;
}
</style>