Shades of Bottle Green #264C38
Tints of Bottle Green #264C38
RGB
CMYK
RGB Variations
Color information
#264C38 (or 0x264C38) is known color: Bottle Green. HEX triplet: 26, 4C and 38. RGB value is (38,76,56). Sum of RGB (Red+Green+Blue) = 38+76+56=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #264C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C38 is #D9B3C7. Grayscale: #3E3E3E. Windows color (decimal): -14267336 or 3689510. OLE color: 3689510.
HSL color Cylindrical-coordinate representation of color #264C38: hue angle of 148.42º 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 #264C38 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 56 | - |
| CMYK | 0.5 | 0 | 0.26 | 0.70 |
| HSL | 148.42º | 0.33% | 0.22% | - |
| HSV(B) | 148.42º | 0.5% | 0.3% | - |
| XYZ | 4.1 | 5.87 | 4.66 | - |
| YUV | 62.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 56 | 0.5 | 0 | 0.26 | 0.70 | 148.42 | 0.33 | 0.22 |
| Hex | 26 | 4C | 38 | 32 | 0 | 1A | 46 | 94 | 21 | 16 |
| Octal | 46 | 114 | 70 | 62 | 0 | 32 | 106 | 224 | 41 | 26 |
| Binary | 100110 | 1001100 | 111000 | 110010 | 0 | 11010 | 1000110 | 10010100 | 100001 | 10110 |
Color Harmonies of #264C38
Complementary color
Monochromatic Colors of #264C38
Black with #264C38
Text Example
Text Example
White with #264C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C38; }
p { color: rgb(38,76,56); }
H1.HeaderClassName
{
color: #264C38;
}
.AnyTagClassName
{
color: #264C38;
}
</style>
background-color css
<style>
a { background-color: #264C38; }
a { background-color: rgb(38,76,56); }
div.DivClassName
{
background-color: #264C38;
}
.BgClassName
{
background-color: #264C38;
}
</style>
border-color css
<style>
span { border-color: #264C38; }
span { border-color: rgb(38,76,56); }
td.TdClassName
{
border-color: #264C38;
}
.TagClassName
{
border-color: #264C38;
}
</style>