Shades of Chateau Green #27BC50
Tints of Chateau Green #27BC50
RGB
CMYK
RGB Variations
Color information
#27BC50 (or 0x27BC50) is known color: Chateau Green. HEX triplet: 27, BC and 50. RGB value is (39,188,80). Sum of RGB (Red+Green+Blue) = 39+188+80=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BC50 is #D843AF. Grayscale: #838383. Windows color (decimal): -14173104 or 5291047. OLE color: 5291047.
HSL color Cylindrical-coordinate representation of color #27BC50: hue angle of 136.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BC50 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 80 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.26 |
| HSL | 136.51º | 0.66% | 0.45% | - |
| HSV(B) | 136.51º | 0.79% | 0.74% | - |
| XYZ | 20.27 | 36.98 | 13.66 | - |
| YUV | 131.14 | 99.14 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 80 | 0.79 | 0 | 0.57 | 0.26 | 136.51 | 0.66 | 0.45 |
| Hex | 27 | BC | 50 | 4F | 0 | 39 | 1A | 89 | 42 | 2D |
| Octal | 47 | 274 | 120 | 117 | 0 | 71 | 32 | 211 | 102 | 55 |
| Binary | 100111 | 10111100 | 1010000 | 1001111 | 0 | 111001 | 11010 | 10001001 | 1000010 | 101101 |
Color Harmonies of #27BC50
Complementary color
Monochromatic Colors of #27BC50
Black with #27BC50
Text Example
Text Example
White with #27BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC50; }
p { color: rgb(39,188,80); }
H1.HeaderClassName
{
color: #27BC50;
}
.AnyTagClassName
{
color: #27BC50;
}
</style>
background-color css
<style>
a { background-color: #27BC50; }
a { background-color: rgb(39,188,80); }
div.DivClassName
{
background-color: #27BC50;
}
.BgClassName
{
background-color: #27BC50;
}
</style>
border-color css
<style>
span { border-color: #27BC50; }
span { border-color: rgb(39,188,80); }
td.TdClassName
{
border-color: #27BC50;
}
.TagClassName
{
border-color: #27BC50;
}
</style>