Shades of Bottle Green #274636
Tints of Bottle Green #274636
RGB
CMYK
RGB Variations
Color information
#274636 (or 0x274636) is known color: Bottle Green. HEX triplet: 27, 46 and 36. RGB value is (39,70,54). Sum of RGB (Red+Green+Blue) = 39+70+54=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #274636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274636 is #D8B9C9. Grayscale: #3A3A3A. Windows color (decimal): -14203338 or 3556903. OLE color: 3556903.
HSL color Cylindrical-coordinate representation of color #274636: hue angle of 149.03º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #274636 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 70 | 54 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.73 |
| HSL | 149.03º | 0.28% | 0.21% | - |
| HSV(B) | 149.03º | 0.44% | 0.27% | - |
| XYZ | 3.69 | 5.08 | 4.28 | - |
| YUV | 58.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 54 | 0.44 | 0 | 0.23 | 0.73 | 149.03 | 0.28 | 0.21 |
| Hex | 27 | 46 | 36 | 2C | 0 | 17 | 49 | 95 | 1C | 15 |
| Octal | 47 | 106 | 66 | 54 | 0 | 27 | 111 | 225 | 34 | 25 |
| Binary | 100111 | 1000110 | 110110 | 101100 | 0 | 10111 | 1001001 | 10010101 | 11100 | 10101 |
Color Harmonies of #274636
Complementary color
Monochromatic Colors of #274636
Black with #274636
Text Example
Text Example
White with #274636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274636; }
p { color: rgb(39,70,54); }
H1.HeaderClassName
{
color: #274636;
}
.AnyTagClassName
{
color: #274636;
}
</style>
background-color css
<style>
a { background-color: #274636; }
a { background-color: rgb(39,70,54); }
div.DivClassName
{
background-color: #274636;
}
.BgClassName
{
background-color: #274636;
}
</style>
border-color css
<style>
span { border-color: #274636; }
span { border-color: rgb(39,70,54); }
td.TdClassName
{
border-color: #274636;
}
.TagClassName
{
border-color: #274636;
}
</style>