Shades of Bottle Green #264736
Tints of Bottle Green #264736
RGB
CMYK
RGB Variations
Color information
#264736 (or 0x264736) is known color: Bottle Green. HEX triplet: 26, 47 and 36. RGB value is (38,71,54). Sum of RGB (Red+Green+Blue) = 38+71+54=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #264736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264736 is #D9B8C9. Grayscale: #3B3B3B. Windows color (decimal): -14268618 or 3557158. OLE color: 3557158.
HSL color Cylindrical-coordinate representation of color #264736: hue angle of 149.09º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264736 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 54 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.72 |
| HSL | 149.09º | 0.3% | 0.21% | - |
| HSV(B) | 149.09º | 0.46% | 0.28% | - |
| XYZ | 3.72 | 5.18 | 4.29 | - |
| YUV | 59.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 54 | 0.46 | 0 | 0.24 | 0.72 | 149.09 | 0.3 | 0.21 |
| Hex | 26 | 47 | 36 | 2E | 0 | 18 | 48 | 95 | 1E | 15 |
| Octal | 46 | 107 | 66 | 56 | 0 | 30 | 110 | 225 | 36 | 25 |
| Binary | 100110 | 1000111 | 110110 | 101110 | 0 | 11000 | 1001000 | 10010101 | 11110 | 10101 |
Color Harmonies of #264736
Complementary color
Monochromatic Colors of #264736
Black with #264736
Text Example
Text Example
White with #264736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264736; }
p { color: rgb(38,71,54); }
H1.HeaderClassName
{
color: #264736;
}
.AnyTagClassName
{
color: #264736;
}
</style>
background-color css
<style>
a { background-color: #264736; }
a { background-color: rgb(38,71,54); }
div.DivClassName
{
background-color: #264736;
}
.BgClassName
{
background-color: #264736;
}
</style>
border-color css
<style>
span { border-color: #264736; }
span { border-color: rgb(38,71,54); }
td.TdClassName
{
border-color: #264736;
}
.TagClassName
{
border-color: #264736;
}
</style>