Shades of Chateau Green #4AA665
Tints of Chateau Green #4AA665
RGB
CMYK
RGB Variations
Color information
#4AA665 (or 0x4AA665) is known color: Chateau Green. HEX triplet: 4A, A6 and 65. RGB value is (74,166,101). Sum of RGB (Red+Green+Blue) = 74+166+101=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA665 is #B5599A. Grayscale: #838383. Windows color (decimal): -11884955 or 6661706. OLE color: 6661706.
HSL color Cylindrical-coordinate representation of color #4AA665: hue angle of 137.61º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA665 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 166 | 101 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.35 |
| HSL | 137.61º | 0.38% | 0.47% | - |
| HSV(B) | 137.61º | 0.55% | 0.65% | - |
| XYZ | 18.81 | 29.67 | 17.05 | - |
| YUV | 131.08 | 111.02 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 101 | 0.55 | 0 | 0.39 | 0.35 | 137.61 | 0.38 | 0.47 |
| Hex | 4A | A6 | 65 | 37 | 0 | 27 | 23 | 8A | 26 | 2F |
| Octal | 112 | 246 | 145 | 67 | 0 | 47 | 43 | 212 | 46 | 57 |
| Binary | 1001010 | 10100110 | 1100101 | 110111 | 0 | 100111 | 100011 | 10001010 | 100110 | 101111 |
Color Harmonies of #4AA665
Complementary color
Monochromatic Colors of #4AA665
Black with #4AA665
Text Example
Text Example
White with #4AA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA665; }
p { color: rgb(74,166,101); }
H1.HeaderClassName
{
color: #4AA665;
}
.AnyTagClassName
{
color: #4AA665;
}
</style>
background-color css
<style>
a { background-color: #4AA665; }
a { background-color: rgb(74,166,101); }
div.DivClassName
{
background-color: #4AA665;
}
.BgClassName
{
background-color: #4AA665;
}
</style>
border-color css
<style>
span { border-color: #4AA665; }
span { border-color: rgb(74,166,101); }
td.TdClassName
{
border-color: #4AA665;
}
.TagClassName
{
border-color: #4AA665;
}
</style>