Shades of Camarone #24803C
Tints of Camarone #24803C
RGB
CMYK
RGB Variations
Color information
#24803C (or 0x24803C) is known color: Camarone. HEX triplet: 24, 80 and 3C. RGB value is (36,128,60). Sum of RGB (Red+Green+Blue) = 36+128+60=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #24803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24803C is #DB7FC3. Grayscale: #5C5C5C. Windows color (decimal): -14385092 or 3964964. OLE color: 3964964.
HSL color Cylindrical-coordinate representation of color #24803C: hue angle of 135.65º 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 #24803C is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 128 | 60 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.50 |
| HSL | 135.65º | 0.56% | 0.32% | - |
| HSV(B) | 135.65º | 0.72% | 0.5% | - |
| XYZ | 9.26 | 16.14 | 6.9 | - |
| YUV | 92.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 60 | 0.72 | 0 | 0.53 | 0.50 | 135.65 | 0.56 | 0.32 |
| Hex | 24 | 80 | 3C | 48 | 0 | 35 | 32 | 88 | 38 | 20 |
| Octal | 44 | 200 | 74 | 110 | 0 | 65 | 62 | 210 | 70 | 40 |
| Binary | 100100 | 10000000 | 111100 | 1001000 | 0 | 110101 | 110010 | 10001000 | 111000 | 100000 |
Color Harmonies of #24803C
Complementary color
Monochromatic Colors of #24803C
Black with #24803C
Text Example
Text Example
White with #24803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24803C; }
p { color: rgb(36,128,60); }
H1.HeaderClassName
{
color: #24803C;
}
.AnyTagClassName
{
color: #24803C;
}
</style>
background-color css
<style>
a { background-color: #24803C; }
a { background-color: rgb(36,128,60); }
div.DivClassName
{
background-color: #24803C;
}
.BgClassName
{
background-color: #24803C;
}
</style>
border-color css
<style>
span { border-color: #24803C; }
span { border-color: rgb(36,128,60); }
td.TdClassName
{
border-color: #24803C;
}
.TagClassName
{
border-color: #24803C;
}
</style>