Shades of Bottle Green #26513D
Tints of Bottle Green #26513D
RGB
CMYK
RGB Variations
Color information
#26513D (or 0x26513D) is known color: Bottle Green. HEX triplet: 26, 51 and 3D. RGB value is (38,81,61). Sum of RGB (Red+Green+Blue) = 38+81+61=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #26513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26513D is #D9AEC2. Grayscale: #414141. Windows color (decimal): -14266051 or 4018470. OLE color: 4018470.
HSL color Cylindrical-coordinate representation of color #26513D: hue angle of 152.09º 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 #26513D is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 61 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.68 |
| HSL | 152.09º | 0.36% | 0.23% | - |
| HSV(B) | 152.09º | 0.53% | 0.32% | - |
| XYZ | 4.58 | 6.63 | 5.45 | - |
| YUV | 65.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 61 | 0.53 | 0 | 0.25 | 0.68 | 152.09 | 0.36 | 0.23 |
| Hex | 26 | 51 | 3D | 35 | 0 | 19 | 44 | 98 | 24 | 17 |
| Octal | 46 | 121 | 75 | 65 | 0 | 31 | 104 | 230 | 44 | 27 |
| Binary | 100110 | 1010001 | 111101 | 110101 | 0 | 11001 | 1000100 | 10011000 | 100100 | 10111 |
Color Harmonies of #26513D
Complementary color
Monochromatic Colors of #26513D
Black with #26513D
Text Example
Text Example
White with #26513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26513D; }
p { color: rgb(38,81,61); }
H1.HeaderClassName
{
color: #26513D;
}
.AnyTagClassName
{
color: #26513D;
}
</style>
background-color css
<style>
a { background-color: #26513D; }
a { background-color: rgb(38,81,61); }
div.DivClassName
{
background-color: #26513D;
}
.BgClassName
{
background-color: #26513D;
}
</style>
border-color css
<style>
span { border-color: #26513D; }
span { border-color: rgb(38,81,61); }
td.TdClassName
{
border-color: #26513D;
}
.TagClassName
{
border-color: #26513D;
}
</style>