Shades of Bottle Green #26513C
Tints of Bottle Green #26513C
RGB
CMYK
RGB Variations
Color information
#26513C (or 0x26513C) is known color: Bottle Green. HEX triplet: 26, 51 and 3C. RGB value is (38,81,60). Sum of RGB (Red+Green+Blue) = 38+81+60=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #26513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26513C is #D9AEC3. Grayscale: #414141. Windows color (decimal): -14266052 or 3952934. OLE color: 3952934.
HSL color Cylindrical-coordinate representation of color #26513C: hue angle of 150.7º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26513C is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 60 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.68 |
| HSL | 150.7º | 0.36% | 0.23% | - |
| HSV(B) | 150.7º | 0.53% | 0.32% | - |
| XYZ | 4.56 | 6.62 | 5.31 | - |
| YUV | 65.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 60 | 0.53 | 0 | 0.26 | 0.68 | 150.7 | 0.36 | 0.23 |
| Hex | 26 | 51 | 3C | 35 | 0 | 1A | 44 | 97 | 24 | 17 |
| Octal | 46 | 121 | 74 | 65 | 0 | 32 | 104 | 227 | 44 | 27 |
| Binary | 100110 | 1010001 | 111100 | 110101 | 0 | 11010 | 1000100 | 10010111 | 100100 | 10111 |
Color Harmonies of #26513C
Complementary color
Monochromatic Colors of #26513C
Black with #26513C
Text Example
Text Example
White with #26513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26513C; }
p { color: rgb(38,81,60); }
H1.HeaderClassName
{
color: #26513C;
}
.AnyTagClassName
{
color: #26513C;
}
</style>
background-color css
<style>
a { background-color: #26513C; }
a { background-color: rgb(38,81,60); }
div.DivClassName
{
background-color: #26513C;
}
.BgClassName
{
background-color: #26513C;
}
</style>
border-color css
<style>
span { border-color: #26513C; }
span { border-color: rgb(38,81,60); }
td.TdClassName
{
border-color: #26513C;
}
.TagClassName
{
border-color: #26513C;
}
</style>