Shades of Bottle Green #264738
Tints of Bottle Green #264738
RGB
CMYK
RGB Variations
Color information
#264738 (or 0x264738) is known color: Bottle Green. HEX triplet: 26, 47 and 38. RGB value is (38,71,56). Sum of RGB (Red+Green+Blue) = 38+71+56=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #264738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264738 is #D9B8C7. Grayscale: #3B3B3B. Windows color (decimal): -14268616 or 3688230. OLE color: 3688230.
HSL color Cylindrical-coordinate representation of color #264738: hue angle of 152.73º 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 #264738 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 56 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.72 |
| HSL | 152.73º | 0.3% | 0.21% | - |
| HSV(B) | 152.73º | 0.46% | 0.28% | - |
| XYZ | 3.77 | 5.2 | 4.55 | - |
| YUV | 59.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 56 | 0.46 | 0 | 0.21 | 0.72 | 152.73 | 0.3 | 0.21 |
| Hex | 26 | 47 | 38 | 2E | 0 | 15 | 48 | 99 | 1E | 15 |
| Octal | 46 | 107 | 70 | 56 | 0 | 25 | 110 | 231 | 36 | 25 |
| Binary | 100110 | 1000111 | 111000 | 101110 | 0 | 10101 | 1001000 | 10011001 | 11110 | 10101 |
Color Harmonies of #264738
Complementary color
Monochromatic Colors of #264738
Black with #264738
Text Example
Text Example
White with #264738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264738; }
p { color: rgb(38,71,56); }
H1.HeaderClassName
{
color: #264738;
}
.AnyTagClassName
{
color: #264738;
}
</style>
background-color css
<style>
a { background-color: #264738; }
a { background-color: rgb(38,71,56); }
div.DivClassName
{
background-color: #264738;
}
.BgClassName
{
background-color: #264738;
}
</style>
border-color css
<style>
span { border-color: #264738; }
span { border-color: rgb(38,71,56); }
td.TdClassName
{
border-color: #264738;
}
.TagClassName
{
border-color: #264738;
}
</style>