Shades of Chateau Green #418F5C
Tints of Chateau Green #418F5C
RGB
CMYK
RGB Variations
Color information
#418F5C (or 0x418F5C) is known color: Chateau Green. HEX triplet: 41, 8F and 5C. RGB value is (65,143,92). Sum of RGB (Red+Green+Blue) = 65+143+92=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #418F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F5C is #BE70A3. Grayscale: #717171. Windows color (decimal): -12480676 or 6065985. OLE color: 6065985.
HSL color Cylindrical-coordinate representation of color #418F5C: hue angle of 140.77º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418F5C is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 92 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.44 |
| HSL | 140.77º | 0.38% | 0.41% | - |
| HSV(B) | 140.77º | 0.55% | 0.56% | - |
| XYZ | 13.93 | 21.54 | 13.55 | - |
| YUV | 113.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 92 | 0.55 | 0 | 0.36 | 0.44 | 140.77 | 0.38 | 0.41 |
| Hex | 41 | 8F | 5C | 37 | 0 | 24 | 2C | 8D | 26 | 29 |
| Octal | 101 | 217 | 134 | 67 | 0 | 44 | 54 | 215 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1011100 | 110111 | 0 | 100100 | 101100 | 10001101 | 100110 | 101001 |
Color Harmonies of #418F5C
Complementary color
Monochromatic Colors of #418F5C
Black with #418F5C
Text Example
Text Example
White with #418F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F5C; }
p { color: rgb(65,143,92); }
H1.HeaderClassName
{
color: #418F5C;
}
.AnyTagClassName
{
color: #418F5C;
}
</style>
background-color css
<style>
a { background-color: #418F5C; }
a { background-color: rgb(65,143,92); }
div.DivClassName
{
background-color: #418F5C;
}
.BgClassName
{
background-color: #418F5C;
}
</style>
border-color css
<style>
span { border-color: #418F5C; }
span { border-color: rgb(65,143,92); }
td.TdClassName
{
border-color: #418F5C;
}
.TagClassName
{
border-color: #418F5C;
}
</style>