Shades of Chateau Green #3D934B
Tints of Chateau Green #3D934B
RGB
CMYK
RGB Variations
Color information
#3D934B (or 0x3D934B) is known color: Chateau Green. HEX triplet: 3D, 93 and 4B. RGB value is (61,147,75). Sum of RGB (Red+Green+Blue) = 61+147+75=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #3D934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D934B is #C26CB4. Grayscale: #717171. Windows color (decimal): -12741813 or 4952893. OLE color: 4952893.
HSL color Cylindrical-coordinate representation of color #3D934B: hue angle of 129.77º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D934B is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 147 | 75 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.42 |
| HSL | 129.77º | 0.41% | 0.41% | - |
| HSV(B) | 129.77º | 0.59% | 0.58% | - |
| XYZ | 13.63 | 22.37 | 10.26 | - |
| YUV | 113.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 147 | 75 | 0.59 | 0 | 0.49 | 0.42 | 129.77 | 0.41 | 0.41 |
| Hex | 3D | 93 | 4B | 3B | 0 | 31 | 2A | 82 | 29 | 29 |
| Octal | 75 | 223 | 113 | 73 | 0 | 61 | 52 | 202 | 51 | 51 |
| Binary | 111101 | 10010011 | 1001011 | 111011 | 0 | 110001 | 101010 | 10000010 | 101001 | 101001 |
Color Harmonies of #3D934B
Complementary color
Monochromatic Colors of #3D934B
Black with #3D934B
Text Example
Text Example
White with #3D934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D934B; }
p { color: rgb(61,147,75); }
H1.HeaderClassName
{
color: #3D934B;
}
.AnyTagClassName
{
color: #3D934B;
}
</style>
background-color css
<style>
a { background-color: #3D934B; }
a { background-color: rgb(61,147,75); }
div.DivClassName
{
background-color: #3D934B;
}
.BgClassName
{
background-color: #3D934B;
}
</style>
border-color css
<style>
span { border-color: #3D934B; }
span { border-color: rgb(61,147,75); }
td.TdClassName
{
border-color: #3D934B;
}
.TagClassName
{
border-color: #3D934B;
}
</style>