Shades of Chateau Green #41B45C
Tints of Chateau Green #41B45C
RGB
CMYK
RGB Variations
Color information
#41B45C (or 0x41B45C) is known color: Chateau Green. HEX triplet: 41, B4 and 5C. RGB value is (65,180,92). Sum of RGB (Red+Green+Blue) = 65+180+92=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #41B45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B45C is #BE4BA3. Grayscale: #878787. Windows color (decimal): -12471204 or 6075457. OLE color: 6075457.
HSL color Cylindrical-coordinate representation of color #41B45C: hue angle of 134.09º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B45C is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 180 | 92 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.29 |
| HSL | 134.09º | 0.47% | 0.48% | - |
| HSV(B) | 134.09º | 0.64% | 0.71% | - |
| XYZ | 20.43 | 34.54 | 15.71 | - |
| YUV | 135.58 | 103.4 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 180 | 92 | 0.64 | 0 | 0.49 | 0.29 | 134.09 | 0.47 | 0.48 |
| Hex | 41 | B4 | 5C | 40 | 0 | 31 | 1D | 86 | 2F | 30 |
| Octal | 101 | 264 | 134 | 100 | 0 | 61 | 35 | 206 | 57 | 60 |
| Binary | 1000001 | 10110100 | 1011100 | 1000000 | 0 | 110001 | 11101 | 10000110 | 101111 | 110000 |
Color Harmonies of #41B45C
Complementary color
Monochromatic Colors of #41B45C
Black with #41B45C
Text Example
Text Example
White with #41B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B45C; }
p { color: rgb(65,180,92); }
H1.HeaderClassName
{
color: #41B45C;
}
.AnyTagClassName
{
color: #41B45C;
}
</style>
background-color css
<style>
a { background-color: #41B45C; }
a { background-color: rgb(65,180,92); }
div.DivClassName
{
background-color: #41B45C;
}
.BgClassName
{
background-color: #41B45C;
}
</style>
border-color css
<style>
span { border-color: #41B45C; }
span { border-color: rgb(65,180,92); }
td.TdClassName
{
border-color: #41B45C;
}
.TagClassName
{
border-color: #41B45C;
}
</style>