Shades of Camarone #24713D
Tints of Camarone #24713D
RGB
CMYK
RGB Variations
Color information
#24713D (or 0x24713D) is known color: Camarone. HEX triplet: 24, 71 and 3D. RGB value is (36,113,61). Sum of RGB (Red+Green+Blue) = 36+113+61=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #24713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24713D is #DB8EC2. Grayscale: #545454. Windows color (decimal): -14388931 or 4026660. OLE color: 4026660.
HSL color Cylindrical-coordinate representation of color #24713D: hue angle of 139.48º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24713D is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 113 | 61 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.56 |
| HSL | 139.48º | 0.52% | 0.29% | - |
| HSV(B) | 139.48º | 0.68% | 0.44% | - |
| XYZ | 7.47 | 12.52 | 6.44 | - |
| YUV | 84.05 | 114.99 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 61 | 0.68 | 0 | 0.46 | 0.56 | 139.48 | 0.52 | 0.29 |
| Hex | 24 | 71 | 3D | 44 | 0 | 2E | 38 | 8B | 34 | 1D |
| Octal | 44 | 161 | 75 | 104 | 0 | 56 | 70 | 213 | 64 | 35 |
| Binary | 100100 | 1110001 | 111101 | 1000100 | 0 | 101110 | 111000 | 10001011 | 110100 | 11101 |
Color Harmonies of #24713D
Complementary color
Monochromatic Colors of #24713D
Black with #24713D
Text Example
Text Example
White with #24713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24713D; }
p { color: rgb(36,113,61); }
H1.HeaderClassName
{
color: #24713D;
}
.AnyTagClassName
{
color: #24713D;
}
</style>
background-color css
<style>
a { background-color: #24713D; }
a { background-color: rgb(36,113,61); }
div.DivClassName
{
background-color: #24713D;
}
.BgClassName
{
background-color: #24713D;
}
</style>
border-color css
<style>
span { border-color: #24713D; }
span { border-color: rgb(36,113,61); }
td.TdClassName
{
border-color: #24713D;
}
.TagClassName
{
border-color: #24713D;
}
</style>