Shades of Chateau Green #418D4C
Tints of Chateau Green #418D4C
RGB
CMYK
RGB Variations
Color information
#418D4C (or 0x418D4C) is known color: Chateau Green. HEX triplet: 41, 8D and 4C. RGB value is (65,141,76). Sum of RGB (Red+Green+Blue) = 65+141+76=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #418D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418D4C is #BE72B3. Grayscale: #6F6F6F. Windows color (decimal): -12481204 or 5016897. OLE color: 5016897.
HSL color Cylindrical-coordinate representation of color #418D4C: hue angle of 128.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D4C is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 76 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.45 |
| HSL | 128.68º | 0.37% | 0.4% | - |
| HSV(B) | 128.68º | 0.54% | 0.55% | - |
| XYZ | 13.01 | 20.7 | 10.15 | - |
| YUV | 110.87 | 108.32 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 76 | 0.54 | 0 | 0.46 | 0.45 | 128.68 | 0.37 | 0.4 |
| Hex | 41 | 8D | 4C | 36 | 0 | 2E | 2D | 81 | 25 | 28 |
| Octal | 101 | 215 | 114 | 66 | 0 | 56 | 55 | 201 | 45 | 50 |
| Binary | 1000001 | 10001101 | 1001100 | 110110 | 0 | 101110 | 101101 | 10000001 | 100101 | 101000 |
Color Harmonies of #418D4C
Complementary color
Monochromatic Colors of #418D4C
Black with #418D4C
Text Example
Text Example
White with #418D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D4C; }
p { color: rgb(65,141,76); }
H1.HeaderClassName
{
color: #418D4C;
}
.AnyTagClassName
{
color: #418D4C;
}
</style>
background-color css
<style>
a { background-color: #418D4C; }
a { background-color: rgb(65,141,76); }
div.DivClassName
{
background-color: #418D4C;
}
.BgClassName
{
background-color: #418D4C;
}
</style>
border-color css
<style>
span { border-color: #418D4C; }
span { border-color: rgb(65,141,76); }
td.TdClassName
{
border-color: #418D4C;
}
.TagClassName
{
border-color: #418D4C;
}
</style>