Shades of Camarone #24813F
Tints of Camarone #24813F
RGB
CMYK
RGB Variations
Color information
#24813F (or 0x24813F) is known color: Camarone. HEX triplet: 24, 81 and 3F. RGB value is (36,129,63). Sum of RGB (Red+Green+Blue) = 36+129+63=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #24813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24813F is #DB7EC0. Grayscale: #5D5D5D. Windows color (decimal): -14384833 or 4161828. OLE color: 4161828.
HSL color Cylindrical-coordinate representation of color #24813F: hue angle of 137.42º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24813F is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 63 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.49 |
| HSL | 137.42º | 0.56% | 0.32% | - |
| HSV(B) | 137.42º | 0.72% | 0.51% | - |
| XYZ | 9.48 | 16.43 | 7.38 | - |
| YUV | 93.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 63 | 0.72 | 0 | 0.51 | 0.49 | 137.42 | 0.56 | 0.32 |
| Hex | 24 | 81 | 3F | 48 | 0 | 33 | 31 | 89 | 38 | 20 |
| Octal | 44 | 201 | 77 | 110 | 0 | 63 | 61 | 211 | 70 | 40 |
| Binary | 100100 | 10000001 | 111111 | 1001000 | 0 | 110011 | 110001 | 10001001 | 111000 | 100000 |
Color Harmonies of #24813F
Complementary color
Monochromatic Colors of #24813F
Black with #24813F
Text Example
Text Example
White with #24813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24813F; }
p { color: rgb(36,129,63); }
H1.HeaderClassName
{
color: #24813F;
}
.AnyTagClassName
{
color: #24813F;
}
</style>
background-color css
<style>
a { background-color: #24813F; }
a { background-color: rgb(36,129,63); }
div.DivClassName
{
background-color: #24813F;
}
.BgClassName
{
background-color: #24813F;
}
</style>
border-color css
<style>
span { border-color: #24813F; }
span { border-color: rgb(36,129,63); }
td.TdClassName
{
border-color: #24813F;
}
.TagClassName
{
border-color: #24813F;
}
</style>