Shades of Camarone #258240
Tints of Camarone #258240
RGB
CMYK
RGB Variations
Color information
#258240 (or 0x258240) is known color: Camarone. HEX triplet: 25, 82 and 40. RGB value is (37,130,64). Sum of RGB (Red+Green+Blue) = 37+130+64=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #258240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258240 is #DA7DBF. Grayscale: #5E5E5E. Windows color (decimal): -14319040 or 4227621. OLE color: 4227621.
HSL color Cylindrical-coordinate representation of color #258240: hue angle of 137.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258240 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 64 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.49 |
| HSL | 137.42º | 0.56% | 0.33% | - |
| HSV(B) | 137.42º | 0.72% | 0.51% | - |
| XYZ | 9.67 | 16.73 | 7.57 | - |
| YUV | 94.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 64 | 0.72 | 0 | 0.51 | 0.49 | 137.42 | 0.56 | 0.33 |
| Hex | 25 | 82 | 40 | 48 | 0 | 33 | 31 | 89 | 38 | 21 |
| Octal | 45 | 202 | 100 | 110 | 0 | 63 | 61 | 211 | 70 | 41 |
| Binary | 100101 | 10000010 | 1000000 | 1001000 | 0 | 110011 | 110001 | 10001001 | 111000 | 100001 |
Color Harmonies of #258240
Complementary color
Monochromatic Colors of #258240
Black with #258240
Text Example
Text Example
White with #258240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258240; }
p { color: rgb(37,130,64); }
H1.HeaderClassName
{
color: #258240;
}
.AnyTagClassName
{
color: #258240;
}
</style>
background-color css
<style>
a { background-color: #258240; }
a { background-color: rgb(37,130,64); }
div.DivClassName
{
background-color: #258240;
}
.BgClassName
{
background-color: #258240;
}
</style>
border-color css
<style>
span { border-color: #258240; }
span { border-color: rgb(37,130,64); }
td.TdClassName
{
border-color: #258240;
}
.TagClassName
{
border-color: #258240;
}
</style>