Shades of Chateau Green #3B8F52
Tints of Chateau Green #3B8F52
RGB
CMYK
RGB Variations
Color information
#3B8F52 (or 0x3B8F52) is known color: Chateau Green. HEX triplet: 3B, 8F and 52. RGB value is (59,143,82). Sum of RGB (Red+Green+Blue) = 59+143+82=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #3B8F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8F52 is #C470AD. Grayscale: #6F6F6F. Windows color (decimal): -12873902 or 5410619. OLE color: 5410619.
HSL color Cylindrical-coordinate representation of color #3B8F52: hue angle of 136.43º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B8F52 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 143 | 82 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.44 |
| HSL | 136.43º | 0.42% | 0.4% | - |
| HSV(B) | 136.43º | 0.59% | 0.56% | - |
| XYZ | 13.15 | 21.18 | 11.38 | - |
| YUV | 110.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 143 | 82 | 0.59 | 0 | 0.43 | 0.44 | 136.43 | 0.42 | 0.4 |
| Hex | 3B | 8F | 52 | 3B | 0 | 2B | 2C | 88 | 2A | 28 |
| Octal | 73 | 217 | 122 | 73 | 0 | 53 | 54 | 210 | 52 | 50 |
| Binary | 111011 | 10001111 | 1010010 | 111011 | 0 | 101011 | 101100 | 10001000 | 101010 | 101000 |
Color Harmonies of #3B8F52
Complementary color
Monochromatic Colors of #3B8F52
Black with #3B8F52
Text Example
Text Example
White with #3B8F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8F52; }
p { color: rgb(59,143,82); }
H1.HeaderClassName
{
color: #3B8F52;
}
.AnyTagClassName
{
color: #3B8F52;
}
</style>
background-color css
<style>
a { background-color: #3B8F52; }
a { background-color: rgb(59,143,82); }
div.DivClassName
{
background-color: #3B8F52;
}
.BgClassName
{
background-color: #3B8F52;
}
</style>
border-color css
<style>
span { border-color: #3B8F52; }
span { border-color: rgb(59,143,82); }
td.TdClassName
{
border-color: #3B8F52;
}
.TagClassName
{
border-color: #3B8F52;
}
</style>