Shades of Camarone #25813D
Tints of Camarone #25813D
RGB
CMYK
RGB Variations
Color information
#25813D (or 0x25813D) is known color: Camarone. HEX triplet: 25, 81 and 3D. RGB value is (37,129,61). Sum of RGB (Red+Green+Blue) = 37+129+61=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #25813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25813D is #DA7EC2. Grayscale: #5D5D5D. Windows color (decimal): -14319299 or 4030757. OLE color: 4030757.
HSL color Cylindrical-coordinate representation of color #25813D: hue angle of 135.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25813D is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 129 | 61 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.49 |
| HSL | 135.65º | 0.55% | 0.33% | - |
| HSV(B) | 135.65º | 0.71% | 0.51% | - |
| XYZ | 9.46 | 16.43 | 7.09 | - |
| YUV | 93.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 61 | 0.71 | 0 | 0.53 | 0.49 | 135.65 | 0.55 | 0.33 |
| Hex | 25 | 81 | 3D | 47 | 0 | 35 | 31 | 88 | 37 | 21 |
| Octal | 45 | 201 | 75 | 107 | 0 | 65 | 61 | 210 | 67 | 41 |
| Binary | 100101 | 10000001 | 111101 | 1000111 | 0 | 110101 | 110001 | 10001000 | 110111 | 100001 |
Color Harmonies of #25813D
Complementary color
Monochromatic Colors of #25813D
Black with #25813D
Text Example
Text Example
White with #25813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25813D; }
p { color: rgb(37,129,61); }
H1.HeaderClassName
{
color: #25813D;
}
.AnyTagClassName
{
color: #25813D;
}
</style>
background-color css
<style>
a { background-color: #25813D; }
a { background-color: rgb(37,129,61); }
div.DivClassName
{
background-color: #25813D;
}
.BgClassName
{
background-color: #25813D;
}
</style>
border-color css
<style>
span { border-color: #25813D; }
span { border-color: rgb(37,129,61); }
td.TdClassName
{
border-color: #25813D;
}
.TagClassName
{
border-color: #25813D;
}
</style>