Shades of Chateau Green #339C55
Tints of Chateau Green #339C55
RGB
CMYK
RGB Variations
Color information
#339C55 (or 0x339C55) is known color: Chateau Green. HEX triplet: 33, 9C and 55. RGB value is (51,156,85). Sum of RGB (Red+Green+Blue) = 51+156+85=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #339C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C55 is #CC63AA. Grayscale: #747474. Windows color (decimal): -13394859 or 5610547. OLE color: 5610547.
HSL color Cylindrical-coordinate representation of color #339C55: hue angle of 139.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339C55 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 156 | 85 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.39 |
| HSL | 139.43º | 0.51% | 0.41% | - |
| HSV(B) | 139.43º | 0.67% | 0.61% | - |
| XYZ | 14.89 | 25.14 | 12.66 | - |
| YUV | 116.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 85 | 0.67 | 0 | 0.46 | 0.39 | 139.43 | 0.51 | 0.41 |
| Hex | 33 | 9C | 55 | 43 | 0 | 2E | 27 | 8B | 33 | 29 |
| Octal | 63 | 234 | 125 | 103 | 0 | 56 | 47 | 213 | 63 | 51 |
| Binary | 110011 | 10011100 | 1010101 | 1000011 | 0 | 101110 | 100111 | 10001011 | 110011 | 101001 |
Color Harmonies of #339C55
Complementary color
Monochromatic Colors of #339C55
Black with #339C55
Text Example
Text Example
White with #339C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339C55; }
p { color: rgb(51,156,85); }
H1.HeaderClassName
{
color: #339C55;
}
.AnyTagClassName
{
color: #339C55;
}
</style>
background-color css
<style>
a { background-color: #339C55; }
a { background-color: rgb(51,156,85); }
div.DivClassName
{
background-color: #339C55;
}
.BgClassName
{
background-color: #339C55;
}
</style>
border-color css
<style>
span { border-color: #339C55; }
span { border-color: rgb(51,156,85); }
td.TdClassName
{
border-color: #339C55;
}
.TagClassName
{
border-color: #339C55;
}
</style>