Shades of Bottle Green #254535
Tints of Bottle Green #254535
RGB
CMYK
RGB Variations
Color information
#254535 (or 0x254535) is known color: Bottle Green. HEX triplet: 25, 45 and 35. RGB value is (37,69,53). Sum of RGB (Red+Green+Blue) = 37+69+53=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #254535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254535 is #DABACA. Grayscale: #393939. Windows color (decimal): -14334667 or 3491109. OLE color: 3491109.
HSL color Cylindrical-coordinate representation of color #254535: hue angle of 150º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254535 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 69 | 53 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.73 |
| HSL | 150º | 0.3% | 0.21% | - |
| HSV(B) | 150º | 0.46% | 0.27% | - |
| XYZ | 3.53 | 4.91 | 4.13 | - |
| YUV | 57.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 53 | 0.46 | 0 | 0.23 | 0.73 | 150 | 0.3 | 0.21 |
| Hex | 25 | 45 | 35 | 2E | 0 | 17 | 49 | 96 | 1E | 15 |
| Octal | 45 | 105 | 65 | 56 | 0 | 27 | 111 | 226 | 36 | 25 |
| Binary | 100101 | 1000101 | 110101 | 101110 | 0 | 10111 | 1001001 | 10010110 | 11110 | 10101 |
Color Harmonies of #254535
Complementary color
Monochromatic Colors of #254535
Black with #254535
Text Example
Text Example
White with #254535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254535; }
p { color: rgb(37,69,53); }
H1.HeaderClassName
{
color: #254535;
}
.AnyTagClassName
{
color: #254535;
}
</style>
background-color css
<style>
a { background-color: #254535; }
a { background-color: rgb(37,69,53); }
div.DivClassName
{
background-color: #254535;
}
.BgClassName
{
background-color: #254535;
}
</style>
border-color css
<style>
span { border-color: #254535; }
span { border-color: rgb(37,69,53); }
td.TdClassName
{
border-color: #254535;
}
.TagClassName
{
border-color: #254535;
}
</style>