Shades of Chateau Green #419C5C
Tints of Chateau Green #419C5C
RGB
CMYK
RGB Variations
Color information
#419C5C (or 0x419C5C) is known color: Chateau Green. HEX triplet: 41, 9C and 5C. RGB value is (65,156,92). Sum of RGB (Red+Green+Blue) = 65+156+92=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #419C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419C5C is #BE63A3. Grayscale: #797979. Windows color (decimal): -12477348 or 6069313. OLE color: 6069313.
HSL color Cylindrical-coordinate representation of color #419C5C: hue angle of 137.8º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419C5C is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 156 | 92 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.39 |
| HSL | 137.8º | 0.41% | 0.43% | - |
| HSV(B) | 137.8º | 0.58% | 0.61% | - |
| XYZ | 16 | 25.67 | 14.24 | - |
| YUV | 121.5 | 111.35 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 156 | 92 | 0.58 | 0 | 0.41 | 0.39 | 137.8 | 0.41 | 0.43 |
| Hex | 41 | 9C | 5C | 3A | 0 | 29 | 27 | 8A | 29 | 2B |
| Octal | 101 | 234 | 134 | 72 | 0 | 51 | 47 | 212 | 51 | 53 |
| Binary | 1000001 | 10011100 | 1011100 | 111010 | 0 | 101001 | 100111 | 10001010 | 101001 | 101011 |
Color Harmonies of #419C5C
Complementary color
Monochromatic Colors of #419C5C
Black with #419C5C
Text Example
Text Example
White with #419C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419C5C; }
p { color: rgb(65,156,92); }
H1.HeaderClassName
{
color: #419C5C;
}
.AnyTagClassName
{
color: #419C5C;
}
</style>
background-color css
<style>
a { background-color: #419C5C; }
a { background-color: rgb(65,156,92); }
div.DivClassName
{
background-color: #419C5C;
}
.BgClassName
{
background-color: #419C5C;
}
</style>
border-color css
<style>
span { border-color: #419C5C; }
span { border-color: rgb(65,156,92); }
td.TdClassName
{
border-color: #419C5C;
}
.TagClassName
{
border-color: #419C5C;
}
</style>