Shades of Chateau Green #3D914B
Tints of Chateau Green #3D914B
RGB
CMYK
RGB Variations
Color information
#3D914B (or 0x3D914B) is known color: Chateau Green. HEX triplet: 3D, 91 and 4B. RGB value is (61,145,75). Sum of RGB (Red+Green+Blue) = 61+145+75=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #3D914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D914B is #C26EB4. Grayscale: #707070. Windows color (decimal): -12742325 or 4952381. OLE color: 4952381.
HSL color Cylindrical-coordinate representation of color #3D914B: hue angle of 130º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D914B is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 145 | 75 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.43 |
| HSL | 130º | 0.41% | 0.4% | - |
| HSV(B) | 130º | 0.58% | 0.57% | - |
| XYZ | 13.32 | 21.75 | 10.15 | - |
| YUV | 111.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 75 | 0.58 | 0 | 0.48 | 0.43 | 130 | 0.41 | 0.4 |
| Hex | 3D | 91 | 4B | 3A | 0 | 30 | 2B | 82 | 29 | 28 |
| Octal | 75 | 221 | 113 | 72 | 0 | 60 | 53 | 202 | 51 | 50 |
| Binary | 111101 | 10010001 | 1001011 | 111010 | 0 | 110000 | 101011 | 10000010 | 101001 | 101000 |
Color Harmonies of #3D914B
Complementary color
Monochromatic Colors of #3D914B
Black with #3D914B
Text Example
Text Example
White with #3D914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D914B; }
p { color: rgb(61,145,75); }
H1.HeaderClassName
{
color: #3D914B;
}
.AnyTagClassName
{
color: #3D914B;
}
</style>
background-color css
<style>
a { background-color: #3D914B; }
a { background-color: rgb(61,145,75); }
div.DivClassName
{
background-color: #3D914B;
}
.BgClassName
{
background-color: #3D914B;
}
</style>
border-color css
<style>
span { border-color: #3D914B; }
span { border-color: rgb(61,145,75); }
td.TdClassName
{
border-color: #3D914B;
}
.TagClassName
{
border-color: #3D914B;
}
</style>