Shades of Camarone #25813F
Tints of Camarone #25813F
RGB
CMYK
RGB Variations
Color information
#25813F (or 0x25813F) is known color: Camarone. HEX triplet: 25, 81 and 3F. RGB value is (37,129,63). Sum of RGB (Red+Green+Blue) = 37+129+63=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #25813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25813F is #DA7EC0. Grayscale: #5E5E5E. Windows color (decimal): -14319297 or 4161829. OLE color: 4161829.
HSL color Cylindrical-coordinate representation of color #25813F: hue angle of 136.96º 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 #25813F is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 129 | 63 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.49 |
| HSL | 136.96º | 0.55% | 0.33% | - |
| HSV(B) | 136.96º | 0.71% | 0.51% | - |
| XYZ | 9.51 | 16.45 | 7.38 | - |
| YUV | 93.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 63 | 0.71 | 0 | 0.51 | 0.49 | 136.96 | 0.55 | 0.33 |
| Hex | 25 | 81 | 3F | 47 | 0 | 33 | 31 | 89 | 37 | 21 |
| Octal | 45 | 201 | 77 | 107 | 0 | 63 | 61 | 211 | 67 | 41 |
| Binary | 100101 | 10000001 | 111111 | 1000111 | 0 | 110011 | 110001 | 10001001 | 110111 | 100001 |
Color Harmonies of #25813F
Complementary color
Monochromatic Colors of #25813F
Black with #25813F
Text Example
Text Example
White with #25813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25813F; }
p { color: rgb(37,129,63); }
H1.HeaderClassName
{
color: #25813F;
}
.AnyTagClassName
{
color: #25813F;
}
</style>
background-color css
<style>
a { background-color: #25813F; }
a { background-color: rgb(37,129,63); }
div.DivClassName
{
background-color: #25813F;
}
.BgClassName
{
background-color: #25813F;
}
</style>
border-color css
<style>
span { border-color: #25813F; }
span { border-color: rgb(37,129,63); }
td.TdClassName
{
border-color: #25813F;
}
.TagClassName
{
border-color: #25813F;
}
</style>