Shades of Bottle Green #254C3A
Tints of Bottle Green #254C3A
RGB
CMYK
RGB Variations
Color information
#254C3A (or 0x254C3A) is known color: Bottle Green. HEX triplet: 25, 4C and 3A. RGB value is (37,76,58). Sum of RGB (Red+Green+Blue) = 37+76+58=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #254C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C3A is #DAB3C5. Grayscale: #3E3E3E. Windows color (decimal): -14332870 or 3820581. OLE color: 3820581.
HSL color Cylindrical-coordinate representation of color #254C3A: hue angle of 152.31º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254C3A is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 76 | 58 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.70 |
| HSL | 152.31º | 0.35% | 0.22% | - |
| HSV(B) | 152.31º | 0.51% | 0.3% | - |
| XYZ | 4.11 | 5.87 | 4.92 | - |
| YUV | 62.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 58 | 0.51 | 0 | 0.24 | 0.70 | 152.31 | 0.35 | 0.22 |
| Hex | 25 | 4C | 3A | 33 | 0 | 18 | 46 | 98 | 23 | 16 |
| Octal | 45 | 114 | 72 | 63 | 0 | 30 | 106 | 230 | 43 | 26 |
| Binary | 100101 | 1001100 | 111010 | 110011 | 0 | 11000 | 1000110 | 10011000 | 100011 | 10110 |
Color Harmonies of #254C3A
Complementary color
Monochromatic Colors of #254C3A
Black with #254C3A
Text Example
Text Example
White with #254C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C3A; }
p { color: rgb(37,76,58); }
H1.HeaderClassName
{
color: #254C3A;
}
.AnyTagClassName
{
color: #254C3A;
}
</style>
background-color css
<style>
a { background-color: #254C3A; }
a { background-color: rgb(37,76,58); }
div.DivClassName
{
background-color: #254C3A;
}
.BgClassName
{
background-color: #254C3A;
}
</style>
border-color css
<style>
span { border-color: #254C3A; }
span { border-color: rgb(37,76,58); }
td.TdClassName
{
border-color: #254C3A;
}
.TagClassName
{
border-color: #254C3A;
}
</style>