Shades of Bottle Green #264C3A
Tints of Bottle Green #264C3A
RGB
CMYK
RGB Variations
Color information
#264C3A (or 0x264C3A) is known color: Bottle Green. HEX triplet: 26, 4C and 3A. RGB value is (38,76,58). Sum of RGB (Red+Green+Blue) = 38+76+58=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #264C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C3A is #D9B3C5. Grayscale: #3E3E3E. Windows color (decimal): -14267334 or 3820582. OLE color: 3820582.
HSL color Cylindrical-coordinate representation of color #264C3A: hue angle of 151.58º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C3A is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 58 | - |
| CMYK | 0.5 | 0 | 0.24 | 0.70 |
| HSL | 151.58º | 0.33% | 0.22% | - |
| HSV(B) | 151.58º | 0.5% | 0.3% | - |
| XYZ | 4.15 | 5.89 | 4.92 | - |
| YUV | 62.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 58 | 0.5 | 0 | 0.24 | 0.70 | 151.58 | 0.33 | 0.22 |
| Hex | 26 | 4C | 3A | 32 | 0 | 18 | 46 | 98 | 21 | 16 |
| Octal | 46 | 114 | 72 | 62 | 0 | 30 | 106 | 230 | 41 | 26 |
| Binary | 100110 | 1001100 | 111010 | 110010 | 0 | 11000 | 1000110 | 10011000 | 100001 | 10110 |
Color Harmonies of #264C3A
Complementary color
Monochromatic Colors of #264C3A
Black with #264C3A
Text Example
Text Example
White with #264C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C3A; }
p { color: rgb(38,76,58); }
H1.HeaderClassName
{
color: #264C3A;
}
.AnyTagClassName
{
color: #264C3A;
}
</style>
background-color css
<style>
a { background-color: #264C3A; }
a { background-color: rgb(38,76,58); }
div.DivClassName
{
background-color: #264C3A;
}
.BgClassName
{
background-color: #264C3A;
}
</style>
border-color css
<style>
span { border-color: #264C3A; }
span { border-color: rgb(38,76,58); }
td.TdClassName
{
border-color: #264C3A;
}
.TagClassName
{
border-color: #264C3A;
}
</style>