Shades of Camarone #15672E
Tints of Camarone #15672E
RGB
CMYK
RGB Variations
Color information
#15672E (or 0x15672E) is known color: Camarone. HEX triplet: 15, 67 and 2E. RGB value is (21,103,46). Sum of RGB (Red+Green+Blue) = 21+103+46=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #15672E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15672E is #EA98D1. Grayscale: #484848. Windows color (decimal): -15374546 or 3041045. OLE color: 3041045.
HSL color Cylindrical-coordinate representation of color #15672E: hue angle of 138.29º 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 #15672E is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 103 | 46 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.60 |
| HSL | 138.29º | 0.66% | 0.24% | - |
| HSV(B) | 138.29º | 0.8% | 0.4% | - |
| XYZ | 5.65 | 10.06 | 4.23 | - |
| YUV | 71.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 46 | 0.80 | 0 | 0.55 | 0.60 | 138.29 | 0.66 | 0.24 |
| Hex | 15 | 67 | 2E | 50 | 0 | 37 | 3C | 8A | 42 | 18 |
| Octal | 25 | 147 | 56 | 120 | 0 | 67 | 74 | 212 | 102 | 30 |
| Binary | 10101 | 1100111 | 101110 | 1010000 | 0 | 110111 | 111100 | 10001010 | 1000010 | 11000 |
Color Harmonies of #15672E
Complementary color
Monochromatic Colors of #15672E
Black with #15672E
Text Example
Text Example
White with #15672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15672E; }
p { color: rgb(21,103,46); }
H1.HeaderClassName
{
color: #15672E;
}
.AnyTagClassName
{
color: #15672E;
}
</style>
background-color css
<style>
a { background-color: #15672E; }
a { background-color: rgb(21,103,46); }
div.DivClassName
{
background-color: #15672E;
}
.BgClassName
{
background-color: #15672E;
}
</style>
border-color css
<style>
span { border-color: #15672E; }
span { border-color: rgb(21,103,46); }
td.TdClassName
{
border-color: #15672E;
}
.TagClassName
{
border-color: #15672E;
}
</style>