Shades of Camarone #245F31
Tints of Camarone #245F31
RGB
CMYK
RGB Variations
Color information
#245F31 (or 0x245F31) is known color: Camarone. HEX triplet: 24, 5F and 31. RGB value is (36,95,49). Sum of RGB (Red+Green+Blue) = 36+95+49=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #245F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F31 is #DBA0CE. Grayscale: #484848. Windows color (decimal): -14393551 or 3235620. OLE color: 3235620.
HSL color Cylindrical-coordinate representation of color #245F31: hue angle of 133.22º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F31 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 49 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.63 |
| HSL | 133.22º | 0.45% | 0.26% | - |
| HSV(B) | 133.22º | 0.62% | 0.37% | - |
| XYZ | 5.37 | 8.78 | 4.32 | - |
| YUV | 72.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 49 | 0.62 | 0 | 0.48 | 0.63 | 133.22 | 0.45 | 0.26 |
| Hex | 24 | 5F | 31 | 3E | 0 | 30 | 3F | 85 | 2D | 1A |
| Octal | 44 | 137 | 61 | 76 | 0 | 60 | 77 | 205 | 55 | 32 |
| Binary | 100100 | 1011111 | 110001 | 111110 | 0 | 110000 | 111111 | 10000101 | 101101 | 11010 |
Color Harmonies of #245F31
Complementary color
Monochromatic Colors of #245F31
Black with #245F31
Text Example
Text Example
White with #245F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F31; }
p { color: rgb(36,95,49); }
H1.HeaderClassName
{
color: #245F31;
}
.AnyTagClassName
{
color: #245F31;
}
</style>
background-color css
<style>
a { background-color: #245F31; }
a { background-color: rgb(36,95,49); }
div.DivClassName
{
background-color: #245F31;
}
.BgClassName
{
background-color: #245F31;
}
</style>
border-color css
<style>
span { border-color: #245F31; }
span { border-color: rgb(36,95,49); }
td.TdClassName
{
border-color: #245F31;
}
.TagClassName
{
border-color: #245F31;
}
</style>