Shades of Camarone #137B35
Tints of Camarone #137B35
RGB
CMYK
RGB Variations
Color information
#137B35 (or 0x137B35) is known color: Camarone. HEX triplet: 13, 7B and 35. RGB value is (19,123,53). Sum of RGB (Red+Green+Blue) = 19+123+53=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #137B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B35 is #EC84CA. Grayscale: #545454. Windows color (decimal): -15500491 or 3504915. OLE color: 3504915.
HSL color Cylindrical-coordinate representation of color #137B35: hue angle of 139.62º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B35 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 53 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.52 |
| HSL | 139.62º | 0.73% | 0.28% | - |
| HSV(B) | 139.62º | 0.85% | 0.48% | - |
| XYZ | 7.99 | 14.56 | 5.76 | - |
| YUV | 83.92 | 110.54 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 53 | 0.85 | 0 | 0.57 | 0.52 | 139.62 | 0.73 | 0.28 |
| Hex | 13 | 7B | 35 | 55 | 0 | 39 | 34 | 8C | 49 | 1C |
| Octal | 23 | 173 | 65 | 125 | 0 | 71 | 64 | 214 | 111 | 34 |
| Binary | 10011 | 1111011 | 110101 | 1010101 | 0 | 111001 | 110100 | 10001100 | 1001001 | 11100 |
Color Harmonies of #137B35
Complementary color
Monochromatic Colors of #137B35
Black with #137B35
Text Example
Text Example
White with #137B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B35; }
p { color: rgb(19,123,53); }
H1.HeaderClassName
{
color: #137B35;
}
.AnyTagClassName
{
color: #137B35;
}
</style>
background-color css
<style>
a { background-color: #137B35; }
a { background-color: rgb(19,123,53); }
div.DivClassName
{
background-color: #137B35;
}
.BgClassName
{
background-color: #137B35;
}
</style>
border-color css
<style>
span { border-color: #137B35; }
span { border-color: rgb(19,123,53); }
td.TdClassName
{
border-color: #137B35;
}
.TagClassName
{
border-color: #137B35;
}
</style>