Shades of Chateau Green #41995A
Tints of Chateau Green #41995A
RGB
CMYK
RGB Variations
Color information
#41995A (or 0x41995A) is known color: Chateau Green. HEX triplet: 41, 99 and 5A. RGB value is (65,153,90). Sum of RGB (Red+Green+Blue) = 65+153+90=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #41995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41995A is #BE66A5. Grayscale: #777777. Windows color (decimal): -12478118 or 5937473. OLE color: 5937473.
HSL color Cylindrical-coordinate representation of color #41995A: hue angle of 137.05º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41995A is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 90 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.4 |
| HSL | 137.05º | 0.4% | 0.43% | - |
| HSV(B) | 137.05º | 0.58% | 0.6% | - |
| XYZ | 15.42 | 24.64 | 13.62 | - |
| YUV | 119.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 90 | 0.58 | 0 | 0.41 | 0.4 | 137.05 | 0.4 | 0.43 |
| Hex | 41 | 99 | 5A | 3A | 0 | 29 | 28 | 89 | 28 | 2B |
| Octal | 101 | 231 | 132 | 72 | 0 | 51 | 50 | 211 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1011010 | 111010 | 0 | 101001 | 101000 | 10001001 | 101000 | 101011 |
Color Harmonies of #41995A
Complementary color
Monochromatic Colors of #41995A
Black with #41995A
Text Example
Text Example
White with #41995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41995A; }
p { color: rgb(65,153,90); }
H1.HeaderClassName
{
color: #41995A;
}
.AnyTagClassName
{
color: #41995A;
}
</style>
background-color css
<style>
a { background-color: #41995A; }
a { background-color: rgb(65,153,90); }
div.DivClassName
{
background-color: #41995A;
}
.BgClassName
{
background-color: #41995A;
}
</style>
border-color css
<style>
span { border-color: #41995A; }
span { border-color: rgb(65,153,90); }
td.TdClassName
{
border-color: #41995A;
}
.TagClassName
{
border-color: #41995A;
}
</style>