Shades of Bottle Green #25503C
Tints of Bottle Green #25503C
RGB
CMYK
RGB Variations
Color information
#25503C (or 0x25503C) is known color: Bottle Green. HEX triplet: 25, 50 and 3C. RGB value is (37,80,60). Sum of RGB (Red+Green+Blue) = 37+80+60=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #25503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25503C is #DAAFC3. Grayscale: #404040. Windows color (decimal): -14331844 or 3952677. OLE color: 3952677.
HSL color Cylindrical-coordinate representation of color #25503C: hue angle of 152.09º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25503C is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 80 | 60 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.69 |
| HSL | 152.09º | 0.37% | 0.23% | - |
| HSV(B) | 152.09º | 0.54% | 0.31% | - |
| XYZ | 4.45 | 6.46 | 5.29 | - |
| YUV | 64.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 60 | 0.54 | 0 | 0.25 | 0.69 | 152.09 | 0.37 | 0.23 |
| Hex | 25 | 50 | 3C | 36 | 0 | 19 | 45 | 98 | 25 | 17 |
| Octal | 45 | 120 | 74 | 66 | 0 | 31 | 105 | 230 | 45 | 27 |
| Binary | 100101 | 1010000 | 111100 | 110110 | 0 | 11001 | 1000101 | 10011000 | 100101 | 10111 |
Color Harmonies of #25503C
Complementary color
Monochromatic Colors of #25503C
Black with #25503C
Text Example
Text Example
White with #25503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25503C; }
p { color: rgb(37,80,60); }
H1.HeaderClassName
{
color: #25503C;
}
.AnyTagClassName
{
color: #25503C;
}
</style>
background-color css
<style>
a { background-color: #25503C; }
a { background-color: rgb(37,80,60); }
div.DivClassName
{
background-color: #25503C;
}
.BgClassName
{
background-color: #25503C;
}
</style>
border-color css
<style>
span { border-color: #25503C; }
span { border-color: rgb(37,80,60); }
td.TdClassName
{
border-color: #25503C;
}
.TagClassName
{
border-color: #25503C;
}
</style>