Shades of Chateau Green #3BA74F
Tints of Chateau Green #3BA74F
RGB
CMYK
RGB Variations
Color information
#3BA74F (or 0x3BA74F) is known color: Chateau Green. HEX triplet: 3B, A7 and 4F. RGB value is (59,167,79). Sum of RGB (Red+Green+Blue) = 59+167+79=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 167 (65.62% from 255 or 54.75% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA74F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA74F is #C458B0. Grayscale: #7C7C7C. Windows color (decimal): -12867761 or 5220155. OLE color: 5220155.
HSL color Cylindrical-coordinate representation of color #3BA74F: hue angle of 131.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA74F is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 79 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.35 |
| HSL | 131.11º | 0.48% | 0.44% | - |
| HSV(B) | 131.11º | 0.65% | 0.65% | - |
| XYZ | 17.03 | 29.13 | 12.12 | - |
| YUV | 124.68 | 102.22 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 79 | 0.65 | 0 | 0.53 | 0.35 | 131.11 | 0.48 | 0.44 |
| Hex | 3B | A7 | 4F | 41 | 0 | 35 | 23 | 83 | 30 | 2C |
| Octal | 73 | 247 | 117 | 101 | 0 | 65 | 43 | 203 | 60 | 54 |
| Binary | 111011 | 10100111 | 1001111 | 1000001 | 0 | 110101 | 100011 | 10000011 | 110000 | 101100 |
Color Harmonies of #3BA74F
Complementary color
Monochromatic Colors of #3BA74F
Black with #3BA74F
Text Example
Text Example
White with #3BA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA74F; }
p { color: rgb(59,167,79); }
H1.HeaderClassName
{
color: #3BA74F;
}
.AnyTagClassName
{
color: #3BA74F;
}
</style>
background-color css
<style>
a { background-color: #3BA74F; }
a { background-color: rgb(59,167,79); }
div.DivClassName
{
background-color: #3BA74F;
}
.BgClassName
{
background-color: #3BA74F;
}
</style>
border-color css
<style>
span { border-color: #3BA74F; }
span { border-color: rgb(59,167,79); }
td.TdClassName
{
border-color: #3BA74F;
}
.TagClassName
{
border-color: #3BA74F;
}
</style>