Shades of Bottle Green #254D38
Tints of Bottle Green #254D38
RGB
CMYK
RGB Variations
Color information
#254D38 (or 0x254D38) is known color: Bottle Green. HEX triplet: 25, 4D and 38. RGB value is (37,77,56). Sum of RGB (Red+Green+Blue) = 37+77+56=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #254D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D38 is #DAB2C7. Grayscale: #3E3E3E. Windows color (decimal): -14332616 or 3689765. OLE color: 3689765.
HSL color Cylindrical-coordinate representation of color #254D38: hue angle of 148.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D38 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 77 | 56 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.70 |
| HSL | 148.5º | 0.35% | 0.22% | - |
| HSV(B) | 148.5º | 0.52% | 0.3% | - |
| XYZ | 4.13 | 5.99 | 4.68 | - |
| YUV | 62.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 56 | 0.52 | 0 | 0.27 | 0.70 | 148.5 | 0.35 | 0.22 |
| Hex | 25 | 4D | 38 | 34 | 0 | 1B | 46 | 94 | 23 | 16 |
| Octal | 45 | 115 | 70 | 64 | 0 | 33 | 106 | 224 | 43 | 26 |
| Binary | 100101 | 1001101 | 111000 | 110100 | 0 | 11011 | 1000110 | 10010100 | 100011 | 10110 |
Color Harmonies of #254D38
Complementary color
Monochromatic Colors of #254D38
Black with #254D38
Text Example
Text Example
White with #254D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D38; }
p { color: rgb(37,77,56); }
H1.HeaderClassName
{
color: #254D38;
}
.AnyTagClassName
{
color: #254D38;
}
</style>
background-color css
<style>
a { background-color: #254D38; }
a { background-color: rgb(37,77,56); }
div.DivClassName
{
background-color: #254D38;
}
.BgClassName
{
background-color: #254D38;
}
</style>
border-color css
<style>
span { border-color: #254D38; }
span { border-color: rgb(37,77,56); }
td.TdClassName
{
border-color: #254D38;
}
.TagClassName
{
border-color: #254D38;
}
</style>