Shades of Camarone #245F32
Tints of Camarone #245F32
RGB
CMYK
RGB Variations
Color information
#245F32 (or 0x245F32) is known color: Camarone. HEX triplet: 24, 5F and 32. RGB value is (36,95,50). Sum of RGB (Red+Green+Blue) = 36+95+50=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #245F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F32 is #DBA0CD. Grayscale: #484848. Windows color (decimal): -14393550 or 3301156. OLE color: 3301156.
HSL color Cylindrical-coordinate representation of color #245F32: hue angle of 134.24º 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 #245F32 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 50 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.63 |
| HSL | 134.24º | 0.45% | 0.26% | - |
| HSV(B) | 134.24º | 0.62% | 0.37% | - |
| XYZ | 5.4 | 8.79 | 4.43 | - |
| YUV | 72.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 50 | 0.62 | 0 | 0.47 | 0.63 | 134.24 | 0.45 | 0.26 |
| Hex | 24 | 5F | 32 | 3E | 0 | 2F | 3F | 86 | 2D | 1A |
| Octal | 44 | 137 | 62 | 76 | 0 | 57 | 77 | 206 | 55 | 32 |
| Binary | 100100 | 1011111 | 110010 | 111110 | 0 | 101111 | 111111 | 10000110 | 101101 | 11010 |
Color Harmonies of #245F32
Complementary color
Monochromatic Colors of #245F32
Black with #245F32
Text Example
Text Example
White with #245F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F32; }
p { color: rgb(36,95,50); }
H1.HeaderClassName
{
color: #245F32;
}
.AnyTagClassName
{
color: #245F32;
}
</style>
background-color css
<style>
a { background-color: #245F32; }
a { background-color: rgb(36,95,50); }
div.DivClassName
{
background-color: #245F32;
}
.BgClassName
{
background-color: #245F32;
}
</style>
border-color css
<style>
span { border-color: #245F32; }
span { border-color: rgb(36,95,50); }
td.TdClassName
{
border-color: #245F32;
}
.TagClassName
{
border-color: #245F32;
}
</style>