Shades of Camarone #25603A
Tints of Camarone #25603A
RGB
CMYK
RGB Variations
Color information
#25603A (or 0x25603A) is known color: Camarone. HEX triplet: 25, 60 and 3A. RGB value is (37,96,58). Sum of RGB (Red+Green+Blue) = 37+96+58=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #25603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25603A is #DA9FC5. Grayscale: #4A4A4A. Windows color (decimal): -14327750 or 3825701. OLE color: 3825701.
HSL color Cylindrical-coordinate representation of color #25603A: hue angle of 141.36º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25603A is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 58 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.62 |
| HSL | 141.36º | 0.44% | 0.26% | - |
| HSV(B) | 141.36º | 0.61% | 0.38% | - |
| XYZ | 5.71 | 9.06 | 5.45 | - |
| YUV | 74.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 58 | 0.61 | 0 | 0.40 | 0.62 | 141.36 | 0.44 | 0.26 |
| Hex | 25 | 60 | 3A | 3D | 0 | 28 | 3E | 8D | 2C | 1A |
| Octal | 45 | 140 | 72 | 75 | 0 | 50 | 76 | 215 | 54 | 32 |
| Binary | 100101 | 1100000 | 111010 | 111101 | 0 | 101000 | 111110 | 10001101 | 101100 | 11010 |
Color Harmonies of #25603A
Complementary color
Monochromatic Colors of #25603A
Black with #25603A
Text Example
Text Example
White with #25603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25603A; }
p { color: rgb(37,96,58); }
H1.HeaderClassName
{
color: #25603A;
}
.AnyTagClassName
{
color: #25603A;
}
</style>
background-color css
<style>
a { background-color: #25603A; }
a { background-color: rgb(37,96,58); }
div.DivClassName
{
background-color: #25603A;
}
.BgClassName
{
background-color: #25603A;
}
</style>
border-color css
<style>
span { border-color: #25603A; }
span { border-color: rgb(37,96,58); }
td.TdClassName
{
border-color: #25603A;
}
.TagClassName
{
border-color: #25603A;
}
</style>