Shades of Camarone #15752C
Tints of Camarone #15752C
RGB
CMYK
RGB Variations
Color information
#15752C (or 0x15752C) is known color: Camarone. HEX triplet: 15, 75 and 2C. RGB value is (21,117,44). Sum of RGB (Red+Green+Blue) = 21+117+44=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #15752C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15752C is #EA8AD3. Grayscale: #505050. Windows color (decimal): -15370964 or 2913557. OLE color: 2913557.
HSL color Cylindrical-coordinate representation of color #15752C: hue angle of 134.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15752C is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 117 | 44 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.54 |
| HSL | 134.38º | 0.7% | 0.27% | - |
| HSV(B) | 134.38º | 0.82% | 0.46% | - |
| XYZ | 7.13 | 13.06 | 4.53 | - |
| YUV | 79.97 | 107.7 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 44 | 0.82 | 0 | 0.62 | 0.54 | 134.38 | 0.7 | 0.27 |
| Hex | 15 | 75 | 2C | 52 | 0 | 3E | 36 | 86 | 46 | 1B |
| Octal | 25 | 165 | 54 | 122 | 0 | 76 | 66 | 206 | 106 | 33 |
| Binary | 10101 | 1110101 | 101100 | 1010010 | 0 | 111110 | 110110 | 10000110 | 1000110 | 11011 |
Color Harmonies of #15752C
Complementary color
Monochromatic Colors of #15752C
Black with #15752C
Text Example
Text Example
White with #15752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15752C; }
p { color: rgb(21,117,44); }
H1.HeaderClassName
{
color: #15752C;
}
.AnyTagClassName
{
color: #15752C;
}
</style>
background-color css
<style>
a { background-color: #15752C; }
a { background-color: rgb(21,117,44); }
div.DivClassName
{
background-color: #15752C;
}
.BgClassName
{
background-color: #15752C;
}
</style>
border-color css
<style>
span { border-color: #15752C; }
span { border-color: rgb(21,117,44); }
td.TdClassName
{
border-color: #15752C;
}
.TagClassName
{
border-color: #15752C;
}
</style>