Shades of Camarone #15742A
Tints of Camarone #15742A
RGB
CMYK
RGB Variations
Color information
#15742A (or 0x15742A) is known color: Camarone. HEX triplet: 15, 74 and 2A. RGB value is (21,116,42). Sum of RGB (Red+Green+Blue) = 21+116+42=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 116 (45.70% from 255 or 64.80% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 116 - color contains mainly: green. Hex color #15742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15742A is #EA8BD5. Grayscale: #4F4F4F. Windows color (decimal): -15371222 or 2782229. OLE color: 2782229.
HSL color Cylindrical-coordinate representation of color #15742A: hue angle of 133.26º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15742A is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 116 | 42 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.55 |
| HSL | 133.26º | 0.69% | 0.27% | - |
| HSV(B) | 133.26º | 0.82% | 0.45% | - |
| XYZ | 6.97 | 12.82 | 4.3 | - |
| YUV | 79.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 42 | 0.82 | 0 | 0.64 | 0.55 | 133.26 | 0.69 | 0.27 |
| Hex | 15 | 74 | 2A | 52 | 0 | 40 | 37 | 85 | 45 | 1B |
| Octal | 25 | 164 | 52 | 122 | 0 | 100 | 67 | 205 | 105 | 33 |
| Binary | 10101 | 1110100 | 101010 | 1010010 | 0 | 1000000 | 110111 | 10000101 | 1000101 | 11011 |
Color Harmonies of #15742A
Complementary color
Monochromatic Colors of #15742A
Black with #15742A
Text Example
Text Example
White with #15742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15742A; }
p { color: rgb(21,116,42); }
H1.HeaderClassName
{
color: #15742A;
}
.AnyTagClassName
{
color: #15742A;
}
</style>
background-color css
<style>
a { background-color: #15742A; }
a { background-color: rgb(21,116,42); }
div.DivClassName
{
background-color: #15742A;
}
.BgClassName
{
background-color: #15742A;
}
</style>
border-color css
<style>
span { border-color: #15742A; }
span { border-color: rgb(21,116,42); }
td.TdClassName
{
border-color: #15742A;
}
.TagClassName
{
border-color: #15742A;
}
</style>