Shades of Chateau Green #3BA44F
Tints of Chateau Green #3BA44F
RGB
CMYK
RGB Variations
Color information
#3BA44F (or 0x3BA44F) is known color: Chateau Green. HEX triplet: 3B, A4 and 4F. RGB value is (59,164,79). Sum of RGB (Red+Green+Blue) = 59+164+79=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA44F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA44F is #C45BB0. Grayscale: #7B7B7B. Windows color (decimal): -12868529 or 5219387. OLE color: 5219387.
HSL color Cylindrical-coordinate representation of color #3BA44F: hue angle of 131.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA44F is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 79 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.36 |
| HSL | 131.43º | 0.47% | 0.44% | - |
| HSV(B) | 131.43º | 0.64% | 0.64% | - |
| XYZ | 16.49 | 28.05 | 11.94 | - |
| YUV | 122.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 79 | 0.64 | 0 | 0.52 | 0.36 | 131.43 | 0.47 | 0.44 |
| Hex | 3B | A4 | 4F | 40 | 0 | 34 | 24 | 83 | 2F | 2C |
| Octal | 73 | 244 | 117 | 100 | 0 | 64 | 44 | 203 | 57 | 54 |
| Binary | 111011 | 10100100 | 1001111 | 1000000 | 0 | 110100 | 100100 | 10000011 | 101111 | 101100 |
Color Harmonies of #3BA44F
Complementary color
Monochromatic Colors of #3BA44F
Black with #3BA44F
Text Example
Text Example
White with #3BA44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA44F; }
p { color: rgb(59,164,79); }
H1.HeaderClassName
{
color: #3BA44F;
}
.AnyTagClassName
{
color: #3BA44F;
}
</style>
background-color css
<style>
a { background-color: #3BA44F; }
a { background-color: rgb(59,164,79); }
div.DivClassName
{
background-color: #3BA44F;
}
.BgClassName
{
background-color: #3BA44F;
}
</style>
border-color css
<style>
span { border-color: #3BA44F; }
span { border-color: rgb(59,164,79); }
td.TdClassName
{
border-color: #3BA44F;
}
.TagClassName
{
border-color: #3BA44F;
}
</style>