Shades of Chateau Green #27BA4D
Tints of Chateau Green #27BA4D
RGB
CMYK
RGB Variations
Color information
#27BA4D (or 0x27BA4D) is known color: Chateau Green. HEX triplet: 27, BA and 4D. RGB value is (39,186,77). Sum of RGB (Red+Green+Blue) = 39+186+77=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BA4D is #D845B2. Grayscale: #818181. Windows color (decimal): -14173619 or 5093927. OLE color: 5093927.
HSL color Cylindrical-coordinate representation of color #27BA4D: hue angle of 135.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BA4D is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 186 | 77 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.27 |
| HSL | 135.51º | 0.65% | 0.44% | - |
| HSV(B) | 135.51º | 0.79% | 0.73% | - |
| XYZ | 19.74 | 36.08 | 12.95 | - |
| YUV | 129.62 | 98.3 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 77 | 0.79 | 0 | 0.59 | 0.27 | 135.51 | 0.65 | 0.44 |
| Hex | 27 | BA | 4D | 4F | 0 | 3B | 1B | 88 | 41 | 2C |
| Octal | 47 | 272 | 115 | 117 | 0 | 73 | 33 | 210 | 101 | 54 |
| Binary | 100111 | 10111010 | 1001101 | 1001111 | 0 | 111011 | 11011 | 10001000 | 1000001 | 101100 |
Color Harmonies of #27BA4D
Complementary color
Monochromatic Colors of #27BA4D
Black with #27BA4D
Text Example
Text Example
White with #27BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BA4D; }
p { color: rgb(39,186,77); }
H1.HeaderClassName
{
color: #27BA4D;
}
.AnyTagClassName
{
color: #27BA4D;
}
</style>
background-color css
<style>
a { background-color: #27BA4D; }
a { background-color: rgb(39,186,77); }
div.DivClassName
{
background-color: #27BA4D;
}
.BgClassName
{
background-color: #27BA4D;
}
</style>
border-color css
<style>
span { border-color: #27BA4D; }
span { border-color: rgb(39,186,77); }
td.TdClassName
{
border-color: #27BA4D;
}
.TagClassName
{
border-color: #27BA4D;
}
</style>