Shades of Camarone #24733C
Tints of Camarone #24733C
RGB
CMYK
RGB Variations
Color information
#24733C (or 0x24733C) is known color: Camarone. HEX triplet: 24, 73 and 3C. RGB value is (36,115,60). Sum of RGB (Red+Green+Blue) = 36+115+60=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #24733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24733C is #DB8CC3. Grayscale: #555555. Windows color (decimal): -14388420 or 3961636. OLE color: 3961636.
HSL color Cylindrical-coordinate representation of color #24733C: hue angle of 138.23º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24733C is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 115 | 60 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.55 |
| HSL | 138.23º | 0.52% | 0.3% | - |
| HSV(B) | 138.23º | 0.69% | 0.45% | - |
| XYZ | 7.67 | 12.96 | 6.37 | - |
| YUV | 85.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 60 | 0.69 | 0 | 0.48 | 0.55 | 138.23 | 0.52 | 0.3 |
| Hex | 24 | 73 | 3C | 45 | 0 | 30 | 37 | 8A | 34 | 1E |
| Octal | 44 | 163 | 74 | 105 | 0 | 60 | 67 | 212 | 64 | 36 |
| Binary | 100100 | 1110011 | 111100 | 1000101 | 0 | 110000 | 110111 | 10001010 | 110100 | 11110 |
Color Harmonies of #24733C
Complementary color
Monochromatic Colors of #24733C
Black with #24733C
Text Example
Text Example
White with #24733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24733C; }
p { color: rgb(36,115,60); }
H1.HeaderClassName
{
color: #24733C;
}
.AnyTagClassName
{
color: #24733C;
}
</style>
background-color css
<style>
a { background-color: #24733C; }
a { background-color: rgb(36,115,60); }
div.DivClassName
{
background-color: #24733C;
}
.BgClassName
{
background-color: #24733C;
}
</style>
border-color css
<style>
span { border-color: #24733C; }
span { border-color: rgb(36,115,60); }
td.TdClassName
{
border-color: #24733C;
}
.TagClassName
{
border-color: #24733C;
}
</style>