Shades of Camarone #137A33
Tints of Camarone #137A33
RGB
CMYK
RGB Variations
Color information
#137A33 (or 0x137A33) is known color: Camarone. HEX triplet: 13, 7A and 33. RGB value is (19,122,51). Sum of RGB (Red+Green+Blue) = 19+122+51=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 122 (48.05% from 255 or 63.54% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 122 - color contains mainly: green. Hex color #137A33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A33 is #EC85CC. Grayscale: #535353. Windows color (decimal): -15500749 or 3373587. OLE color: 3373587.
HSL color Cylindrical-coordinate representation of color #137A33: hue angle of 138.64º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A33 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 51 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.52 |
| HSL | 138.64º | 0.73% | 0.28% | - |
| HSV(B) | 138.64º | 0.84% | 0.48% | - |
| XYZ | 7.83 | 14.3 | 5.48 | - |
| YUV | 83.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 51 | 0.84 | 0 | 0.58 | 0.52 | 138.64 | 0.73 | 0.28 |
| Hex | 13 | 7A | 33 | 54 | 0 | 3A | 34 | 8B | 49 | 1C |
| Octal | 23 | 172 | 63 | 124 | 0 | 72 | 64 | 213 | 111 | 34 |
| Binary | 10011 | 1111010 | 110011 | 1010100 | 0 | 111010 | 110100 | 10001011 | 1001001 | 11100 |
Color Harmonies of #137A33
Complementary color
Monochromatic Colors of #137A33
Black with #137A33
Text Example
Text Example
White with #137A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A33; }
p { color: rgb(19,122,51); }
H1.HeaderClassName
{
color: #137A33;
}
.AnyTagClassName
{
color: #137A33;
}
</style>
background-color css
<style>
a { background-color: #137A33; }
a { background-color: rgb(19,122,51); }
div.DivClassName
{
background-color: #137A33;
}
.BgClassName
{
background-color: #137A33;
}
</style>
border-color css
<style>
span { border-color: #137A33; }
span { border-color: rgb(19,122,51); }
td.TdClassName
{
border-color: #137A33;
}
.TagClassName
{
border-color: #137A33;
}
</style>