Shades of Camarone #15692E
Tints of Camarone #15692E
RGB
CMYK
RGB Variations
Color information
#15692E (or 0x15692E) is known color: Camarone. HEX triplet: 15, 69 and 2E. RGB value is (21,105,46). Sum of RGB (Red+Green+Blue) = 21+105+46=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #15692E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15692E is #EA96D1. Grayscale: #494949. Windows color (decimal): -15374034 or 3041557. OLE color: 3041557.
HSL color Cylindrical-coordinate representation of color #15692E: hue angle of 137.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15692E is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 105 | 46 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.59 |
| HSL | 137.86º | 0.67% | 0.25% | - |
| HSV(B) | 137.86º | 0.8% | 0.41% | - |
| XYZ | 5.85 | 10.46 | 4.3 | - |
| YUV | 73.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 46 | 0.80 | 0 | 0.56 | 0.59 | 137.86 | 0.67 | 0.25 |
| Hex | 15 | 69 | 2E | 50 | 0 | 38 | 3B | 8A | 43 | 19 |
| Octal | 25 | 151 | 56 | 120 | 0 | 70 | 73 | 212 | 103 | 31 |
| Binary | 10101 | 1101001 | 101110 | 1010000 | 0 | 111000 | 111011 | 10001010 | 1000011 | 11001 |
Color Harmonies of #15692E
Complementary color
Monochromatic Colors of #15692E
Black with #15692E
Text Example
Text Example
White with #15692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15692E; }
p { color: rgb(21,105,46); }
H1.HeaderClassName
{
color: #15692E;
}
.AnyTagClassName
{
color: #15692E;
}
</style>
background-color css
<style>
a { background-color: #15692E; }
a { background-color: rgb(21,105,46); }
div.DivClassName
{
background-color: #15692E;
}
.BgClassName
{
background-color: #15692E;
}
</style>
border-color css
<style>
span { border-color: #15692E; }
span { border-color: rgb(21,105,46); }
td.TdClassName
{
border-color: #15692E;
}
.TagClassName
{
border-color: #15692E;
}
</style>