Shades of Bottle Green #264D3A
Tints of Bottle Green #264D3A
RGB
CMYK
RGB Variations
Color information
#264D3A (or 0x264D3A) is known color: Bottle Green. HEX triplet: 26, 4D and 3A. RGB value is (38,77,58). Sum of RGB (Red+Green+Blue) = 38+77+58=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #264D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D3A is #D9B2C5. Grayscale: #3F3F3F. Windows color (decimal): -14267078 or 3820838. OLE color: 3820838.
HSL color Cylindrical-coordinate representation of color #264D3A: hue angle of 150.77º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D3A is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 58 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.70 |
| HSL | 150.77º | 0.34% | 0.23% | - |
| HSV(B) | 150.77º | 0.51% | 0.3% | - |
| XYZ | 4.22 | 6.03 | 4.94 | - |
| YUV | 63.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 58 | 0.51 | 0 | 0.25 | 0.70 | 150.77 | 0.34 | 0.23 |
| Hex | 26 | 4D | 3A | 33 | 0 | 19 | 46 | 97 | 22 | 17 |
| Octal | 46 | 115 | 72 | 63 | 0 | 31 | 106 | 227 | 42 | 27 |
| Binary | 100110 | 1001101 | 111010 | 110011 | 0 | 11001 | 1000110 | 10010111 | 100010 | 10111 |
Color Harmonies of #264D3A
Complementary color
Monochromatic Colors of #264D3A
Black with #264D3A
Text Example
Text Example
White with #264D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D3A; }
p { color: rgb(38,77,58); }
H1.HeaderClassName
{
color: #264D3A;
}
.AnyTagClassName
{
color: #264D3A;
}
</style>
background-color css
<style>
a { background-color: #264D3A; }
a { background-color: rgb(38,77,58); }
div.DivClassName
{
background-color: #264D3A;
}
.BgClassName
{
background-color: #264D3A;
}
</style>
border-color css
<style>
span { border-color: #264D3A; }
span { border-color: rgb(38,77,58); }
td.TdClassName
{
border-color: #264D3A;
}
.TagClassName
{
border-color: #264D3A;
}
</style>