Shades of Chateau Green #3F9B5B
Tints of Chateau Green #3F9B5B
RGB
CMYK
RGB Variations
Color information
#3F9B5B (or 0x3F9B5B) is known color: Chateau Green. HEX triplet: 3F, 9B and 5B. RGB value is (63,155,91). Sum of RGB (Red+Green+Blue) = 63+155+91=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #3F9B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9B5B is #C064A4. Grayscale: #787878. Windows color (decimal): -12608677 or 6003519. OLE color: 6003519.
HSL color Cylindrical-coordinate representation of color #3F9B5B: hue angle of 138.26º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9B5B is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 155 | 91 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.39 |
| HSL | 138.26º | 0.42% | 0.43% | - |
| HSV(B) | 138.26º | 0.59% | 0.61% | - |
| XYZ | 15.66 | 25.25 | 13.95 | - |
| YUV | 120.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 155 | 91 | 0.59 | 0 | 0.41 | 0.39 | 138.26 | 0.42 | 0.43 |
| Hex | 3F | 9B | 5B | 3B | 0 | 29 | 27 | 8A | 2A | 2B |
| Octal | 77 | 233 | 133 | 73 | 0 | 51 | 47 | 212 | 52 | 53 |
| Binary | 111111 | 10011011 | 1011011 | 111011 | 0 | 101001 | 100111 | 10001010 | 101010 | 101011 |
Color Harmonies of #3F9B5B
Complementary color
Monochromatic Colors of #3F9B5B
Black with #3F9B5B
Text Example
Text Example
White with #3F9B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9B5B; }
p { color: rgb(63,155,91); }
H1.HeaderClassName
{
color: #3F9B5B;
}
.AnyTagClassName
{
color: #3F9B5B;
}
</style>
background-color css
<style>
a { background-color: #3F9B5B; }
a { background-color: rgb(63,155,91); }
div.DivClassName
{
background-color: #3F9B5B;
}
.BgClassName
{
background-color: #3F9B5B;
}
</style>
border-color css
<style>
span { border-color: #3F9B5B; }
span { border-color: rgb(63,155,91); }
td.TdClassName
{
border-color: #3F9B5B;
}
.TagClassName
{
border-color: #3F9B5B;
}
</style>