Shades of Camarone #15672A
Tints of Camarone #15672A
RGB
CMYK
RGB Variations
Color information
#15672A (or 0x15672A) is known color: Camarone. HEX triplet: 15, 67 and 2A. RGB value is (21,103,42). Sum of RGB (Red+Green+Blue) = 21+103+42=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #15672A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15672A is #EA98D5. Grayscale: #474747. Windows color (decimal): -15374550 or 2778901. OLE color: 2778901.
HSL color Cylindrical-coordinate representation of color #15672A: hue angle of 135.37º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15672A is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 103 | 42 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.60 |
| HSL | 135.37º | 0.66% | 0.24% | - |
| HSV(B) | 135.37º | 0.8% | 0.4% | - |
| XYZ | 5.58 | 10.03 | 3.83 | - |
| YUV | 71.53 | 111.33 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 42 | 0.80 | 0 | 0.59 | 0.60 | 135.37 | 0.66 | 0.24 |
| Hex | 15 | 67 | 2A | 50 | 0 | 3B | 3C | 87 | 42 | 18 |
| Octal | 25 | 147 | 52 | 120 | 0 | 73 | 74 | 207 | 102 | 30 |
| Binary | 10101 | 1100111 | 101010 | 1010000 | 0 | 111011 | 111100 | 10000111 | 1000010 | 11000 |
Color Harmonies of #15672A
Complementary color
Monochromatic Colors of #15672A
Black with #15672A
Text Example
Text Example
White with #15672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15672A; }
p { color: rgb(21,103,42); }
H1.HeaderClassName
{
color: #15672A;
}
.AnyTagClassName
{
color: #15672A;
}
</style>
background-color css
<style>
a { background-color: #15672A; }
a { background-color: rgb(21,103,42); }
div.DivClassName
{
background-color: #15672A;
}
.BgClassName
{
background-color: #15672A;
}
</style>
border-color css
<style>
span { border-color: #15672A; }
span { border-color: rgb(21,103,42); }
td.TdClassName
{
border-color: #15672A;
}
.TagClassName
{
border-color: #15672A;
}
</style>