Shades of Camarone #15722E
Tints of Camarone #15722E
RGB
CMYK
RGB Variations
Color information
#15722E (or 0x15722E) is known color: Camarone. HEX triplet: 15, 72 and 2E. RGB value is (21,114,46). Sum of RGB (Red+Green+Blue) = 21+114+46=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #15722E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15722E is #EA8DD1. Grayscale: #4E4E4E. Windows color (decimal): -15371730 or 3043861. OLE color: 3043861.
HSL color Cylindrical-coordinate representation of color #15722E: hue angle of 136.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15722E is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 46 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.55 |
| HSL | 136.13º | 0.69% | 0.26% | - |
| HSV(B) | 136.13º | 0.82% | 0.45% | - |
| XYZ | 6.82 | 12.39 | 4.62 | - |
| YUV | 78.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 46 | 0.82 | 0 | 0.60 | 0.55 | 136.13 | 0.69 | 0.26 |
| Hex | 15 | 72 | 2E | 52 | 0 | 3C | 37 | 88 | 45 | 1A |
| Octal | 25 | 162 | 56 | 122 | 0 | 74 | 67 | 210 | 105 | 32 |
| Binary | 10101 | 1110010 | 101110 | 1010010 | 0 | 111100 | 110111 | 10001000 | 1000101 | 11010 |
Color Harmonies of #15722E
Complementary color
Monochromatic Colors of #15722E
Black with #15722E
Text Example
Text Example
White with #15722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15722E; }
p { color: rgb(21,114,46); }
H1.HeaderClassName
{
color: #15722E;
}
.AnyTagClassName
{
color: #15722E;
}
</style>
background-color css
<style>
a { background-color: #15722E; }
a { background-color: rgb(21,114,46); }
div.DivClassName
{
background-color: #15722E;
}
.BgClassName
{
background-color: #15722E;
}
</style>
border-color css
<style>
span { border-color: #15722E; }
span { border-color: rgb(21,114,46); }
td.TdClassName
{
border-color: #15722E;
}
.TagClassName
{
border-color: #15722E;
}
</style>