Shades of Camarone #25753D
Tints of Camarone #25753D
RGB
CMYK
RGB Variations
Color information
#25753D (or 0x25753D) is known color: Camarone. HEX triplet: 25, 75 and 3D. RGB value is (37,117,61). Sum of RGB (Red+Green+Blue) = 37+117+61=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #25753D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25753D is #DA8AC2. Grayscale: #565656. Windows color (decimal): -14322371 or 4027685. OLE color: 4027685.
HSL color Cylindrical-coordinate representation of color #25753D: hue angle of 138º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25753D is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 117 | 61 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.54 |
| HSL | 138º | 0.52% | 0.3% | - |
| HSV(B) | 138º | 0.68% | 0.46% | - |
| XYZ | 7.97 | 13.45 | 6.59 | - |
| YUV | 86.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 61 | 0.68 | 0 | 0.48 | 0.54 | 138 | 0.52 | 0.3 |
| Hex | 25 | 75 | 3D | 44 | 0 | 30 | 36 | 8A | 34 | 1E |
| Octal | 45 | 165 | 75 | 104 | 0 | 60 | 66 | 212 | 64 | 36 |
| Binary | 100101 | 1110101 | 111101 | 1000100 | 0 | 110000 | 110110 | 10001010 | 110100 | 11110 |
Color Harmonies of #25753D
Complementary color
Monochromatic Colors of #25753D
Black with #25753D
Text Example
Text Example
White with #25753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25753D; }
p { color: rgb(37,117,61); }
H1.HeaderClassName
{
color: #25753D;
}
.AnyTagClassName
{
color: #25753D;
}
</style>
background-color css
<style>
a { background-color: #25753D; }
a { background-color: rgb(37,117,61); }
div.DivClassName
{
background-color: #25753D;
}
.BgClassName
{
background-color: #25753D;
}
</style>
border-color css
<style>
span { border-color: #25753D; }
span { border-color: rgb(37,117,61); }
td.TdClassName
{
border-color: #25753D;
}
.TagClassName
{
border-color: #25753D;
}
</style>