Shades of Camarone #25713D
Tints of Camarone #25713D
RGB
CMYK
RGB Variations
Color information
#25713D (or 0x25713D) is known color: Camarone. HEX triplet: 25, 71 and 3D. RGB value is (37,113,61). Sum of RGB (Red+Green+Blue) = 37+113+61=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #25713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25713D is #DA8EC2. Grayscale: #545454. Windows color (decimal): -14323395 or 4026661. OLE color: 4026661.
HSL color Cylindrical-coordinate representation of color #25713D: hue angle of 138.95º 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 #25713D is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 113 | 61 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.56 |
| HSL | 138.95º | 0.51% | 0.29% | - |
| HSV(B) | 138.95º | 0.67% | 0.44% | - |
| XYZ | 7.51 | 12.54 | 6.44 | - |
| YUV | 84.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 61 | 0.67 | 0 | 0.46 | 0.56 | 138.95 | 0.51 | 0.29 |
| Hex | 25 | 71 | 3D | 43 | 0 | 2E | 38 | 8B | 33 | 1D |
| Octal | 45 | 161 | 75 | 103 | 0 | 56 | 70 | 213 | 63 | 35 |
| Binary | 100101 | 1110001 | 111101 | 1000011 | 0 | 101110 | 111000 | 10001011 | 110011 | 11101 |
Color Harmonies of #25713D
Complementary color
Monochromatic Colors of #25713D
Black with #25713D
Text Example
Text Example
White with #25713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25713D; }
p { color: rgb(37,113,61); }
H1.HeaderClassName
{
color: #25713D;
}
.AnyTagClassName
{
color: #25713D;
}
</style>
background-color css
<style>
a { background-color: #25713D; }
a { background-color: rgb(37,113,61); }
div.DivClassName
{
background-color: #25713D;
}
.BgClassName
{
background-color: #25713D;
}
</style>
border-color css
<style>
span { border-color: #25713D; }
span { border-color: rgb(37,113,61); }
td.TdClassName
{
border-color: #25713D;
}
.TagClassName
{
border-color: #25713D;
}
</style>