Shades of Camarone #24803F
Tints of Camarone #24803F
RGB
CMYK
RGB Variations
Color information
#24803F (or 0x24803F) is known color: Camarone. HEX triplet: 24, 80 and 3F. RGB value is (36,128,63). Sum of RGB (Red+Green+Blue) = 36+128+63=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #24803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24803F is #DB7FC0. Grayscale: #5D5D5D. Windows color (decimal): -14385089 or 4161572. OLE color: 4161572.
HSL color Cylindrical-coordinate representation of color #24803F: hue angle of 137.61º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24803F is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 128 | 63 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.50 |
| HSL | 137.61º | 0.56% | 0.32% | - |
| HSV(B) | 137.61º | 0.72% | 0.5% | - |
| XYZ | 9.34 | 16.17 | 7.33 | - |
| YUV | 93.08 | 111.02 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 63 | 0.72 | 0 | 0.51 | 0.50 | 137.61 | 0.56 | 0.32 |
| Hex | 24 | 80 | 3F | 48 | 0 | 33 | 32 | 8A | 38 | 20 |
| Octal | 44 | 200 | 77 | 110 | 0 | 63 | 62 | 212 | 70 | 40 |
| Binary | 100100 | 10000000 | 111111 | 1001000 | 0 | 110011 | 110010 | 10001010 | 111000 | 100000 |
Color Harmonies of #24803F
Complementary color
Monochromatic Colors of #24803F
Black with #24803F
Text Example
Text Example
White with #24803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24803F; }
p { color: rgb(36,128,63); }
H1.HeaderClassName
{
color: #24803F;
}
.AnyTagClassName
{
color: #24803F;
}
</style>
background-color css
<style>
a { background-color: #24803F; }
a { background-color: rgb(36,128,63); }
div.DivClassName
{
background-color: #24803F;
}
.BgClassName
{
background-color: #24803F;
}
</style>
border-color css
<style>
span { border-color: #24803F; }
span { border-color: rgb(36,128,63); }
td.TdClassName
{
border-color: #24803F;
}
.TagClassName
{
border-color: #24803F;
}
</style>