Shades of Camarone #137C33
Tints of Camarone #137C33
RGB
CMYK
RGB Variations
Color information
#137C33 (or 0x137C33) is known color: Camarone. HEX triplet: 13, 7C and 33. RGB value is (19,124,51). Sum of RGB (Red+Green+Blue) = 19+124+51=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 124 (48.83% from 255 or 63.92% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 124 - color contains mainly: green. Hex color #137C33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C33 is #EC83CC. Grayscale: #545454. Windows color (decimal): -15500237 or 3374099. OLE color: 3374099.
HSL color Cylindrical-coordinate representation of color #137C33: hue angle of 138.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C33 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 51 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.51 |
| HSL | 138.29º | 0.73% | 0.28% | - |
| HSV(B) | 138.29º | 0.85% | 0.49% | - |
| XYZ | 8.07 | 14.79 | 5.56 | - |
| YUV | 84.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 51 | 0.85 | 0 | 0.59 | 0.51 | 138.29 | 0.73 | 0.28 |
| Hex | 13 | 7C | 33 | 55 | 0 | 3B | 33 | 8A | 49 | 1C |
| Octal | 23 | 174 | 63 | 125 | 0 | 73 | 63 | 212 | 111 | 34 |
| Binary | 10011 | 1111100 | 110011 | 1010101 | 0 | 111011 | 110011 | 10001010 | 1001001 | 11100 |
Color Harmonies of #137C33
Complementary color
Monochromatic Colors of #137C33
Black with #137C33
Text Example
Text Example
White with #137C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C33; }
p { color: rgb(19,124,51); }
H1.HeaderClassName
{
color: #137C33;
}
.AnyTagClassName
{
color: #137C33;
}
</style>
background-color css
<style>
a { background-color: #137C33; }
a { background-color: rgb(19,124,51); }
div.DivClassName
{
background-color: #137C33;
}
.BgClassName
{
background-color: #137C33;
}
</style>
border-color css
<style>
span { border-color: #137C33; }
span { border-color: rgb(19,124,51); }
td.TdClassName
{
border-color: #137C33;
}
.TagClassName
{
border-color: #137C33;
}
</style>