Shades of Camarone #247C3F
Tints of Camarone #247C3F
RGB
CMYK
RGB Variations
Color information
#247C3F (or 0x247C3F) is known color: Camarone. HEX triplet: 24, 7C and 3F. RGB value is (36,124,63). Sum of RGB (Red+Green+Blue) = 36+124+63=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #247C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C3F is #DB83C0. Grayscale: #5A5A5A. Windows color (decimal): -14386113 or 4160548. OLE color: 4160548.
HSL color Cylindrical-coordinate representation of color #247C3F: hue angle of 138.41º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247C3F is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 124 | 63 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.51 |
| HSL | 138.41º | 0.55% | 0.31% | - |
| HSV(B) | 138.41º | 0.71% | 0.49% | - |
| XYZ | 8.83 | 15.15 | 7.16 | - |
| YUV | 90.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 63 | 0.71 | 0 | 0.49 | 0.51 | 138.41 | 0.55 | 0.31 |
| Hex | 24 | 7C | 3F | 47 | 0 | 31 | 33 | 8A | 37 | 1F |
| Octal | 44 | 174 | 77 | 107 | 0 | 61 | 63 | 212 | 67 | 37 |
| Binary | 100100 | 1111100 | 111111 | 1000111 | 0 | 110001 | 110011 | 10001010 | 110111 | 11111 |
Color Harmonies of #247C3F
Complementary color
Monochromatic Colors of #247C3F
Black with #247C3F
Text Example
Text Example
White with #247C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C3F; }
p { color: rgb(36,124,63); }
H1.HeaderClassName
{
color: #247C3F;
}
.AnyTagClassName
{
color: #247C3F;
}
</style>
background-color css
<style>
a { background-color: #247C3F; }
a { background-color: rgb(36,124,63); }
div.DivClassName
{
background-color: #247C3F;
}
.BgClassName
{
background-color: #247C3F;
}
</style>
border-color css
<style>
span { border-color: #247C3F; }
span { border-color: rgb(36,124,63); }
td.TdClassName
{
border-color: #247C3F;
}
.TagClassName
{
border-color: #247C3F;
}
</style>