Shades of Camarone #25653B
Tints of Camarone #25653B
RGB
CMYK
RGB Variations
Color information
#25653B (or 0x25653B) is known color: Camarone. HEX triplet: 25, 65 and 3B. RGB value is (37,101,59). Sum of RGB (Red+Green+Blue) = 37+101+59=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #25653B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25653B is #DA9AC4. Grayscale: #4D4D4D. Windows color (decimal): -14326469 or 3892517. OLE color: 3892517.
HSL color Cylindrical-coordinate representation of color #25653B: hue angle of 140.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25653B is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 101 | 59 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.60 |
| HSL | 140.63º | 0.46% | 0.27% | - |
| HSV(B) | 140.63º | 0.63% | 0.4% | - |
| XYZ | 6.21 | 10.02 | 5.74 | - |
| YUV | 77.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 59 | 0.63 | 0 | 0.42 | 0.60 | 140.63 | 0.46 | 0.27 |
| Hex | 25 | 65 | 3B | 3F | 0 | 2A | 3C | 8D | 2E | 1B |
| Octal | 45 | 145 | 73 | 77 | 0 | 52 | 74 | 215 | 56 | 33 |
| Binary | 100101 | 1100101 | 111011 | 111111 | 0 | 101010 | 111100 | 10001101 | 101110 | 11011 |
Color Harmonies of #25653B
Complementary color
Monochromatic Colors of #25653B
Black with #25653B
Text Example
Text Example
White with #25653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25653B; }
p { color: rgb(37,101,59); }
H1.HeaderClassName
{
color: #25653B;
}
.AnyTagClassName
{
color: #25653B;
}
</style>
background-color css
<style>
a { background-color: #25653B; }
a { background-color: rgb(37,101,59); }
div.DivClassName
{
background-color: #25653B;
}
.BgClassName
{
background-color: #25653B;
}
</style>
border-color css
<style>
span { border-color: #25653B; }
span { border-color: rgb(37,101,59); }
td.TdClassName
{
border-color: #25653B;
}
.TagClassName
{
border-color: #25653B;
}
</style>