Shades of Camarone #25663D
Tints of Camarone #25663D
RGB
CMYK
RGB Variations
Color information
#25663D (or 0x25663D) is known color: Camarone. HEX triplet: 25, 66 and 3D. RGB value is (37,102,61). Sum of RGB (Red+Green+Blue) = 37+102+61=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #25663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25663D is #DA99C2. Grayscale: #4D4D4D. Windows color (decimal): -14326211 or 4023845. OLE color: 4023845.
HSL color Cylindrical-coordinate representation of color #25663D: hue angle of 142.15º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25663D is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 102 | 61 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.6 |
| HSL | 142.15º | 0.47% | 0.27% | - |
| HSV(B) | 142.15º | 0.64% | 0.4% | - |
| XYZ | 6.36 | 10.23 | 6.06 | - |
| YUV | 77.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 61 | 0.64 | 0 | 0.40 | 0.6 | 142.15 | 0.47 | 0.27 |
| Hex | 25 | 66 | 3D | 40 | 0 | 28 | 3C | 8E | 2F | 1B |
| Octal | 45 | 146 | 75 | 100 | 0 | 50 | 74 | 216 | 57 | 33 |
| Binary | 100101 | 1100110 | 111101 | 1000000 | 0 | 101000 | 111100 | 10001110 | 101111 | 11011 |
Color Harmonies of #25663D
Complementary color
Monochromatic Colors of #25663D
Black with #25663D
Text Example
Text Example
White with #25663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25663D; }
p { color: rgb(37,102,61); }
H1.HeaderClassName
{
color: #25663D;
}
.AnyTagClassName
{
color: #25663D;
}
</style>
background-color css
<style>
a { background-color: #25663D; }
a { background-color: rgb(37,102,61); }
div.DivClassName
{
background-color: #25663D;
}
.BgClassName
{
background-color: #25663D;
}
</style>
border-color css
<style>
span { border-color: #25663D; }
span { border-color: rgb(37,102,61); }
td.TdClassName
{
border-color: #25663D;
}
.TagClassName
{
border-color: #25663D;
}
</style>