Shades of Camarone #25713C
Tints of Camarone #25713C
RGB
CMYK
RGB Variations
Color information
#25713C (or 0x25713C) is known color: Camarone. HEX triplet: 25, 71 and 3C. RGB value is (37,113,60). Sum of RGB (Red+Green+Blue) = 37+113+60=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #25713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25713C is #DA8EC3. Grayscale: #545454. Windows color (decimal): -14323396 or 3961125. OLE color: 3961125.
HSL color Cylindrical-coordinate representation of color #25713C: hue angle of 138.16º 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 #25713C is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 113 | 60 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.56 |
| HSL | 138.16º | 0.51% | 0.29% | - |
| HSV(B) | 138.16º | 0.67% | 0.44% | - |
| XYZ | 7.48 | 12.53 | 6.3 | - |
| YUV | 84.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 60 | 0.67 | 0 | 0.47 | 0.56 | 138.16 | 0.51 | 0.29 |
| Hex | 25 | 71 | 3C | 43 | 0 | 2F | 38 | 8A | 33 | 1D |
| Octal | 45 | 161 | 74 | 103 | 0 | 57 | 70 | 212 | 63 | 35 |
| Binary | 100101 | 1110001 | 111100 | 1000011 | 0 | 101111 | 111000 | 10001010 | 110011 | 11101 |
Color Harmonies of #25713C
Complementary color
Monochromatic Colors of #25713C
Black with #25713C
Text Example
Text Example
White with #25713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25713C; }
p { color: rgb(37,113,60); }
H1.HeaderClassName
{
color: #25713C;
}
.AnyTagClassName
{
color: #25713C;
}
</style>
background-color css
<style>
a { background-color: #25713C; }
a { background-color: rgb(37,113,60); }
div.DivClassName
{
background-color: #25713C;
}
.BgClassName
{
background-color: #25713C;
}
</style>
border-color css
<style>
span { border-color: #25713C; }
span { border-color: rgb(37,113,60); }
td.TdClassName
{
border-color: #25713C;
}
.TagClassName
{
border-color: #25713C;
}
</style>