Shades of Bottle Green #264636
Tints of Bottle Green #264636
RGB
CMYK
RGB Variations
Color information
#264636 (or 0x264636) is known color: Bottle Green. HEX triplet: 26, 46 and 36. RGB value is (38,70,54). Sum of RGB (Red+Green+Blue) = 38+70+54=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #264636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264636 is #D9B9C9. Grayscale: #3A3A3A. Windows color (decimal): -14268874 or 3556902. OLE color: 3556902.
HSL color Cylindrical-coordinate representation of color #264636: hue angle of 150º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264636 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 70 | 54 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.73 |
| HSL | 150º | 0.3% | 0.21% | - |
| HSV(B) | 150º | 0.46% | 0.27% | - |
| XYZ | 3.66 | 5.06 | 4.27 | - |
| YUV | 58.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 54 | 0.46 | 0 | 0.23 | 0.73 | 150 | 0.3 | 0.21 |
| Hex | 26 | 46 | 36 | 2E | 0 | 17 | 49 | 96 | 1E | 15 |
| Octal | 46 | 106 | 66 | 56 | 0 | 27 | 111 | 226 | 36 | 25 |
| Binary | 100110 | 1000110 | 110110 | 101110 | 0 | 10111 | 1001001 | 10010110 | 11110 | 10101 |
Color Harmonies of #264636
Complementary color
Monochromatic Colors of #264636
Black with #264636
Text Example
Text Example
White with #264636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264636; }
p { color: rgb(38,70,54); }
H1.HeaderClassName
{
color: #264636;
}
.AnyTagClassName
{
color: #264636;
}
</style>
background-color css
<style>
a { background-color: #264636; }
a { background-color: rgb(38,70,54); }
div.DivClassName
{
background-color: #264636;
}
.BgClassName
{
background-color: #264636;
}
</style>
border-color css
<style>
span { border-color: #264636; }
span { border-color: rgb(38,70,54); }
td.TdClassName
{
border-color: #264636;
}
.TagClassName
{
border-color: #264636;
}
</style>