Shades of Camarone #13752A
Tints of Camarone #13752A
RGB
CMYK
RGB Variations
Color information
#13752A (or 0x13752A) is known color: Camarone. HEX triplet: 13, 75 and 2A. RGB value is (19,117,42). Sum of RGB (Red+Green+Blue) = 19+117+42=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #13752A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13752A is #EC8AD5. Grayscale: #4F4F4F. Windows color (decimal): -15502038 or 2782483. OLE color: 2782483.
HSL color Cylindrical-coordinate representation of color #13752A: hue angle of 134.08º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13752A is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 117 | 42 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.54 |
| HSL | 134.08º | 0.72% | 0.27% | - |
| HSV(B) | 134.08º | 0.84% | 0.46% | - |
| XYZ | 7.05 | 13.03 | 4.33 | - |
| YUV | 79.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 42 | 0.84 | 0 | 0.64 | 0.54 | 134.08 | 0.72 | 0.27 |
| Hex | 13 | 75 | 2A | 54 | 0 | 40 | 36 | 86 | 48 | 1B |
| Octal | 23 | 165 | 52 | 124 | 0 | 100 | 66 | 206 | 110 | 33 |
| Binary | 10011 | 1110101 | 101010 | 1010100 | 0 | 1000000 | 110110 | 10000110 | 1001000 | 11011 |
Color Harmonies of #13752A
Complementary color
Monochromatic Colors of #13752A
Black with #13752A
Text Example
Text Example
White with #13752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13752A; }
p { color: rgb(19,117,42); }
H1.HeaderClassName
{
color: #13752A;
}
.AnyTagClassName
{
color: #13752A;
}
</style>
background-color css
<style>
a { background-color: #13752A; }
a { background-color: rgb(19,117,42); }
div.DivClassName
{
background-color: #13752A;
}
.BgClassName
{
background-color: #13752A;
}
</style>
border-color css
<style>
span { border-color: #13752A; }
span { border-color: rgb(19,117,42); }
td.TdClassName
{
border-color: #13752A;
}
.TagClassName
{
border-color: #13752A;
}
</style>