Shades of Bottle Green #254935
Tints of Bottle Green #254935
RGB
CMYK
RGB Variations
Color information
#254935 (or 0x254935) is known color: Bottle Green. HEX triplet: 25, 49 and 35. RGB value is (37,73,53). Sum of RGB (Red+Green+Blue) = 37+73+53=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #254935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254935 is #DAB6CA. Grayscale: #3C3C3C. Windows color (decimal): -14333643 or 3492133. OLE color: 3492133.
HSL color Cylindrical-coordinate representation of color #254935: hue angle of 146.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254935 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 73 | 53 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.71 |
| HSL | 146.67º | 0.33% | 0.22% | - |
| HSV(B) | 146.67º | 0.49% | 0.29% | - |
| XYZ | 3.79 | 5.42 | 4.21 | - |
| YUV | 59.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 53 | 0.49 | 0 | 0.27 | 0.71 | 146.67 | 0.33 | 0.22 |
| Hex | 25 | 49 | 35 | 31 | 0 | 1B | 47 | 93 | 21 | 16 |
| Octal | 45 | 111 | 65 | 61 | 0 | 33 | 107 | 223 | 41 | 26 |
| Binary | 100101 | 1001001 | 110101 | 110001 | 0 | 11011 | 1000111 | 10010011 | 100001 | 10110 |
Color Harmonies of #254935
Complementary color
Monochromatic Colors of #254935
Black with #254935
Text Example
Text Example
White with #254935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254935; }
p { color: rgb(37,73,53); }
H1.HeaderClassName
{
color: #254935;
}
.AnyTagClassName
{
color: #254935;
}
</style>
background-color css
<style>
a { background-color: #254935; }
a { background-color: rgb(37,73,53); }
div.DivClassName
{
background-color: #254935;
}
.BgClassName
{
background-color: #254935;
}
</style>
border-color css
<style>
span { border-color: #254935; }
span { border-color: rgb(37,73,53); }
td.TdClassName
{
border-color: #254935;
}
.TagClassName
{
border-color: #254935;
}
</style>