Shades of Chateau Green #3DAA5D
Tints of Chateau Green #3DAA5D
RGB
CMYK
RGB Variations
Color information
#3DAA5D (or 0x3DAA5D) is known color: Chateau Green. HEX triplet: 3D, AA and 5D. RGB value is (61,170,93). Sum of RGB (Red+Green+Blue) = 61+170+93=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAA5D is #C255A2. Grayscale: #808080. Windows color (decimal): -12735907 or 6138429. OLE color: 6138429.
HSL color Cylindrical-coordinate representation of color #3DAA5D: hue angle of 137.61º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAA5D is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 93 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.33 |
| HSL | 137.61º | 0.47% | 0.45% | - |
| HSV(B) | 137.61º | 0.64% | 0.67% | - |
| XYZ | 18.27 | 30.53 | 15.29 | - |
| YUV | 128.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 93 | 0.64 | 0 | 0.45 | 0.33 | 137.61 | 0.47 | 0.45 |
| Hex | 3D | AA | 5D | 40 | 0 | 2D | 21 | 8A | 2F | 2D |
| Octal | 75 | 252 | 135 | 100 | 0 | 55 | 41 | 212 | 57 | 55 |
| Binary | 111101 | 10101010 | 1011101 | 1000000 | 0 | 101101 | 100001 | 10001010 | 101111 | 101101 |
Color Harmonies of #3DAA5D
Complementary color
Monochromatic Colors of #3DAA5D
Black with #3DAA5D
Text Example
Text Example
White with #3DAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAA5D; }
p { color: rgb(61,170,93); }
H1.HeaderClassName
{
color: #3DAA5D;
}
.AnyTagClassName
{
color: #3DAA5D;
}
</style>
background-color css
<style>
a { background-color: #3DAA5D; }
a { background-color: rgb(61,170,93); }
div.DivClassName
{
background-color: #3DAA5D;
}
.BgClassName
{
background-color: #3DAA5D;
}
</style>
border-color css
<style>
span { border-color: #3DAA5D; }
span { border-color: rgb(61,170,93); }
td.TdClassName
{
border-color: #3DAA5D;
}
.TagClassName
{
border-color: #3DAA5D;
}
</style>