Shades of Bottle Green #254335
Tints of Bottle Green #254335
RGB
CMYK
RGB Variations
Color information
#254335 (or 0x254335) is known color: Bottle Green. HEX triplet: 25, 43 and 35. RGB value is (37,67,53). Sum of RGB (Red+Green+Blue) = 37+67+53=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #254335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254335 is #DABCCA. Grayscale: #383838. Windows color (decimal): -14335179 or 3490597. OLE color: 3490597.
HSL color Cylindrical-coordinate representation of color #254335: hue angle of 152º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #254335 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 67 | 53 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.74 |
| HSL | 152º | 0.29% | 0.2% | - |
| HSV(B) | 152º | 0.45% | 0.26% | - |
| XYZ | 3.41 | 4.66 | 4.09 | - |
| YUV | 56.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 53 | 0.45 | 0 | 0.21 | 0.74 | 152 | 0.29 | 0.2 |
| Hex | 25 | 43 | 35 | 2D | 0 | 15 | 4A | 98 | 1D | 14 |
| Octal | 45 | 103 | 65 | 55 | 0 | 25 | 112 | 230 | 35 | 24 |
| Binary | 100101 | 1000011 | 110101 | 101101 | 0 | 10101 | 1001010 | 10011000 | 11101 | 10100 |
Color Harmonies of #254335
Complementary color
Monochromatic Colors of #254335
Black with #254335
Text Example
Text Example
White with #254335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254335; }
p { color: rgb(37,67,53); }
H1.HeaderClassName
{
color: #254335;
}
.AnyTagClassName
{
color: #254335;
}
</style>
background-color css
<style>
a { background-color: #254335; }
a { background-color: rgb(37,67,53); }
div.DivClassName
{
background-color: #254335;
}
.BgClassName
{
background-color: #254335;
}
</style>
border-color css
<style>
span { border-color: #254335; }
span { border-color: rgb(37,67,53); }
td.TdClassName
{
border-color: #254335;
}
.TagClassName
{
border-color: #254335;
}
</style>