Shades of Camarone #25713B
Tints of Camarone #25713B
RGB
CMYK
RGB Variations
Color information
#25713B (or 0x25713B) is known color: Camarone. HEX triplet: 25, 71 and 3B. RGB value is (37,113,59). Sum of RGB (Red+Green+Blue) = 37+113+59=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #25713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25713B is #DA8EC4. Grayscale: #545454. Windows color (decimal): -14323397 or 3895589. OLE color: 3895589.
HSL color Cylindrical-coordinate representation of color #25713B: hue angle of 137.37º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25713B is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 113 | 59 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.56 |
| HSL | 137.37º | 0.51% | 0.29% | - |
| HSV(B) | 137.37º | 0.67% | 0.44% | - |
| XYZ | 7.46 | 12.52 | 6.16 | - |
| YUV | 84.12 | 113.82 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 59 | 0.67 | 0 | 0.48 | 0.56 | 137.37 | 0.51 | 0.29 |
| Hex | 25 | 71 | 3B | 43 | 0 | 30 | 38 | 89 | 33 | 1D |
| Octal | 45 | 161 | 73 | 103 | 0 | 60 | 70 | 211 | 63 | 35 |
| Binary | 100101 | 1110001 | 111011 | 1000011 | 0 | 110000 | 111000 | 10001001 | 110011 | 11101 |
Color Harmonies of #25713B
Complementary color
Monochromatic Colors of #25713B
Black with #25713B
Text Example
Text Example
White with #25713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25713B; }
p { color: rgb(37,113,59); }
H1.HeaderClassName
{
color: #25713B;
}
.AnyTagClassName
{
color: #25713B;
}
</style>
background-color css
<style>
a { background-color: #25713B; }
a { background-color: rgb(37,113,59); }
div.DivClassName
{
background-color: #25713B;
}
.BgClassName
{
background-color: #25713B;
}
</style>
border-color css
<style>
span { border-color: #25713B; }
span { border-color: rgb(37,113,59); }
td.TdClassName
{
border-color: #25713B;
}
.TagClassName
{
border-color: #25713B;
}
</style>