Shades of Chateau Green #339D55
Tints of Chateau Green #339D55
RGB
CMYK
RGB Variations
Color information
#339D55 (or 0x339D55) is known color: Chateau Green. HEX triplet: 33, 9D and 55. RGB value is (51,157,85). Sum of RGB (Red+Green+Blue) = 51+157+85=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #339D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D55 is #CC62AA. Grayscale: #757575. Windows color (decimal): -13394603 or 5610803. OLE color: 5610803.
HSL color Cylindrical-coordinate representation of color #339D55: hue angle of 139.25º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339D55 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 157 | 85 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.38 |
| HSL | 139.25º | 0.51% | 0.41% | - |
| HSV(B) | 139.25º | 0.68% | 0.62% | - |
| XYZ | 15.06 | 25.47 | 12.72 | - |
| YUV | 117.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 85 | 0.68 | 0 | 0.46 | 0.38 | 139.25 | 0.51 | 0.41 |
| Hex | 33 | 9D | 55 | 44 | 0 | 2E | 26 | 8B | 33 | 29 |
| Octal | 63 | 235 | 125 | 104 | 0 | 56 | 46 | 213 | 63 | 51 |
| Binary | 110011 | 10011101 | 1010101 | 1000100 | 0 | 101110 | 100110 | 10001011 | 110011 | 101001 |
Color Harmonies of #339D55
Complementary color
Monochromatic Colors of #339D55
Black with #339D55
Text Example
Text Example
White with #339D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339D55; }
p { color: rgb(51,157,85); }
H1.HeaderClassName
{
color: #339D55;
}
.AnyTagClassName
{
color: #339D55;
}
</style>
background-color css
<style>
a { background-color: #339D55; }
a { background-color: rgb(51,157,85); }
div.DivClassName
{
background-color: #339D55;
}
.BgClassName
{
background-color: #339D55;
}
</style>
border-color css
<style>
span { border-color: #339D55; }
span { border-color: rgb(51,157,85); }
td.TdClassName
{
border-color: #339D55;
}
.TagClassName
{
border-color: #339D55;
}
</style>