Shades of Chateau Green #419B5D
Tints of Chateau Green #419B5D
RGB
CMYK
RGB Variations
Color information
#419B5D (or 0x419B5D) is known color: Chateau Green. HEX triplet: 41, 9B and 5D. RGB value is (65,155,93). Sum of RGB (Red+Green+Blue) = 65+155+93=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #419B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419B5D is #BE64A2. Grayscale: #797979. Windows color (decimal): -12477603 or 6134593. OLE color: 6134593.
HSL color Cylindrical-coordinate representation of color #419B5D: hue angle of 138.67º 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 #419B5D is Cyan = 0.58, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 155 | 93 | - |
| CMYK | 0.58 | 0 | 0.4 | 0.39 |
| HSL | 138.67º | 0.41% | 0.43% | - |
| HSV(B) | 138.67º | 0.58% | 0.61% | - |
| XYZ | 15.88 | 25.36 | 14.41 | - |
| YUV | 121.02 | 112.18 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 93 | 0.58 | 0 | 0.4 | 0.39 | 138.67 | 0.41 | 0.43 |
| Hex | 41 | 9B | 5D | 3A | 0 | 28 | 27 | 8B | 29 | 2B |
| Octal | 101 | 233 | 135 | 72 | 0 | 50 | 47 | 213 | 51 | 53 |
| Binary | 1000001 | 10011011 | 1011101 | 111010 | 0 | 101000 | 100111 | 10001011 | 101001 | 101011 |
Color Harmonies of #419B5D
Complementary color
Monochromatic Colors of #419B5D
Black with #419B5D
Text Example
Text Example
White with #419B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419B5D; }
p { color: rgb(65,155,93); }
H1.HeaderClassName
{
color: #419B5D;
}
.AnyTagClassName
{
color: #419B5D;
}
</style>
background-color css
<style>
a { background-color: #419B5D; }
a { background-color: rgb(65,155,93); }
div.DivClassName
{
background-color: #419B5D;
}
.BgClassName
{
background-color: #419B5D;
}
</style>
border-color css
<style>
span { border-color: #419B5D; }
span { border-color: rgb(65,155,93); }
td.TdClassName
{
border-color: #419B5D;
}
.TagClassName
{
border-color: #419B5D;
}
</style>