Shades of Chateau Green #3DA450
Tints of Chateau Green #3DA450
RGB
CMYK
RGB Variations
Color information
#3DA450 (or 0x3DA450) is known color: Chateau Green. HEX triplet: 3D, A4 and 50. RGB value is (61,164,80). Sum of RGB (Red+Green+Blue) = 61+164+80=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA450 is #C25BAF. Grayscale: #7B7B7B. Windows color (decimal): -12737456 or 5284925. OLE color: 5284925.
HSL color Cylindrical-coordinate representation of color #3DA450: hue angle of 131.07º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA450 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 80 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.36 |
| HSL | 131.07º | 0.46% | 0.44% | - |
| HSV(B) | 131.07º | 0.63% | 0.64% | - |
| XYZ | 16.65 | 28.12 | 12.14 | - |
| YUV | 123.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 80 | 0.63 | 0 | 0.51 | 0.36 | 131.07 | 0.46 | 0.44 |
| Hex | 3D | A4 | 50 | 3F | 0 | 33 | 24 | 83 | 2E | 2C |
| Octal | 75 | 244 | 120 | 77 | 0 | 63 | 44 | 203 | 56 | 54 |
| Binary | 111101 | 10100100 | 1010000 | 111111 | 0 | 110011 | 100100 | 10000011 | 101110 | 101100 |
Color Harmonies of #3DA450
Complementary color
Monochromatic Colors of #3DA450
Black with #3DA450
Text Example
Text Example
White with #3DA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA450; }
p { color: rgb(61,164,80); }
H1.HeaderClassName
{
color: #3DA450;
}
.AnyTagClassName
{
color: #3DA450;
}
</style>
background-color css
<style>
a { background-color: #3DA450; }
a { background-color: rgb(61,164,80); }
div.DivClassName
{
background-color: #3DA450;
}
.BgClassName
{
background-color: #3DA450;
}
</style>
border-color css
<style>
span { border-color: #3DA450; }
span { border-color: rgb(61,164,80); }
td.TdClassName
{
border-color: #3DA450;
}
.TagClassName
{
border-color: #3DA450;
}
</style>