Shades of Camarone #25853F
Tints of Camarone #25853F
RGB
CMYK
RGB Variations
Color information
#25853F (or 0x25853F) is known color: Camarone. HEX triplet: 25, 85 and 3F. RGB value is (37,133,63). Sum of RGB (Red+Green+Blue) = 37+133+63=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #25853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25853F is #DA7AC0. Grayscale: #606060. Windows color (decimal): -14318273 or 4162853. OLE color: 4162853.
HSL color Cylindrical-coordinate representation of color #25853F: hue angle of 136.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25853F is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 133 | 63 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.48 |
| HSL | 136.25º | 0.56% | 0.33% | - |
| HSV(B) | 136.25º | 0.72% | 0.52% | - |
| XYZ | 10.05 | 17.53 | 7.56 | - |
| YUV | 96.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 63 | 0.72 | 0 | 0.53 | 0.48 | 136.25 | 0.56 | 0.33 |
| Hex | 25 | 85 | 3F | 48 | 0 | 35 | 30 | 88 | 38 | 21 |
| Octal | 45 | 205 | 77 | 110 | 0 | 65 | 60 | 210 | 70 | 41 |
| Binary | 100101 | 10000101 | 111111 | 1001000 | 0 | 110101 | 110000 | 10001000 | 111000 | 100001 |
Color Harmonies of #25853F
Complementary color
Monochromatic Colors of #25853F
Black with #25853F
Text Example
Text Example
White with #25853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25853F; }
p { color: rgb(37,133,63); }
H1.HeaderClassName
{
color: #25853F;
}
.AnyTagClassName
{
color: #25853F;
}
</style>
background-color css
<style>
a { background-color: #25853F; }
a { background-color: rgb(37,133,63); }
div.DivClassName
{
background-color: #25853F;
}
.BgClassName
{
background-color: #25853F;
}
</style>
border-color css
<style>
span { border-color: #25853F; }
span { border-color: rgb(37,133,63); }
td.TdClassName
{
border-color: #25853F;
}
.TagClassName
{
border-color: #25853F;
}
</style>