Shades of Camarone #25763F
Tints of Camarone #25763F
RGB
CMYK
RGB Variations
Color information
#25763F (or 0x25763F) is known color: Camarone. HEX triplet: 25, 76 and 3F. RGB value is (37,118,63). Sum of RGB (Red+Green+Blue) = 37+118+63=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #25763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25763F is #DA89C0. Grayscale: #575757. Windows color (decimal): -14322113 or 4159013. OLE color: 4159013.
HSL color Cylindrical-coordinate representation of color #25763F: hue angle of 139.26º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25763F is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 118 | 63 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.54 |
| HSL | 139.26º | 0.52% | 0.3% | - |
| HSV(B) | 139.26º | 0.69% | 0.46% | - |
| XYZ | 8.14 | 13.71 | 6.92 | - |
| YUV | 87.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 63 | 0.69 | 0 | 0.47 | 0.54 | 139.26 | 0.52 | 0.3 |
| Hex | 25 | 76 | 3F | 45 | 0 | 2F | 36 | 8B | 34 | 1E |
| Octal | 45 | 166 | 77 | 105 | 0 | 57 | 66 | 213 | 64 | 36 |
| Binary | 100101 | 1110110 | 111111 | 1000101 | 0 | 101111 | 110110 | 10001011 | 110100 | 11110 |
Color Harmonies of #25763F
Complementary color
Monochromatic Colors of #25763F
Black with #25763F
Text Example
Text Example
White with #25763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25763F; }
p { color: rgb(37,118,63); }
H1.HeaderClassName
{
color: #25763F;
}
.AnyTagClassName
{
color: #25763F;
}
</style>
background-color css
<style>
a { background-color: #25763F; }
a { background-color: rgb(37,118,63); }
div.DivClassName
{
background-color: #25763F;
}
.BgClassName
{
background-color: #25763F;
}
</style>
border-color css
<style>
span { border-color: #25763F; }
span { border-color: rgb(37,118,63); }
td.TdClassName
{
border-color: #25763F;
}
.TagClassName
{
border-color: #25763F;
}
</style>