Shades of Chateau Green #3A9255
Tints of Chateau Green #3A9255
RGB
CMYK
RGB Variations
Color information
#3A9255 (or 0x3A9255) is known color: Chateau Green. HEX triplet: 3A, 92 and 55. RGB value is (58,146,85). Sum of RGB (Red+Green+Blue) = 58+146+85=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9255 is #C56DAA. Grayscale: #707070. Windows color (decimal): -12938667 or 5607994. OLE color: 5607994.
HSL color Cylindrical-coordinate representation of color #3A9255: hue angle of 138.41º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9255 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 85 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.43 |
| HSL | 138.41º | 0.43% | 0.4% | - |
| HSV(B) | 138.41º | 0.6% | 0.57% | - |
| XYZ | 13.66 | 22.11 | 12.14 | - |
| YUV | 112.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 85 | 0.60 | 0 | 0.42 | 0.43 | 138.41 | 0.43 | 0.4 |
| Hex | 3A | 92 | 55 | 3C | 0 | 2A | 2B | 8A | 2B | 28 |
| Octal | 72 | 222 | 125 | 74 | 0 | 52 | 53 | 212 | 53 | 50 |
| Binary | 111010 | 10010010 | 1010101 | 111100 | 0 | 101010 | 101011 | 10001010 | 101011 | 101000 |
Color Harmonies of #3A9255
Complementary color
Monochromatic Colors of #3A9255
Black with #3A9255
Text Example
Text Example
White with #3A9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9255; }
p { color: rgb(58,146,85); }
H1.HeaderClassName
{
color: #3A9255;
}
.AnyTagClassName
{
color: #3A9255;
}
</style>
background-color css
<style>
a { background-color: #3A9255; }
a { background-color: rgb(58,146,85); }
div.DivClassName
{
background-color: #3A9255;
}
.BgClassName
{
background-color: #3A9255;
}
</style>
border-color css
<style>
span { border-color: #3A9255; }
span { border-color: rgb(58,146,85); }
td.TdClassName
{
border-color: #3A9255;
}
.TagClassName
{
border-color: #3A9255;
}
</style>