Shades of Camarone #137228
Tints of Camarone #137228
RGB
CMYK
RGB Variations
Color information
#137228 (or 0x137228) is known color: Camarone. HEX triplet: 13, 72 and 28. RGB value is (19,114,40). Sum of RGB (Red+Green+Blue) = 19+114+40=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 114 (44.92% from 255 or 65.90% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 114 - color contains mainly: green. Hex color #137228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137228 is #EC8DD7. Grayscale: #4D4D4D. Windows color (decimal): -15502808 or 2650643. OLE color: 2650643.
HSL color Cylindrical-coordinate representation of color #137228: hue angle of 133.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137228 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 114 | 40 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.55 |
| HSL | 133.26º | 0.71% | 0.26% | - |
| HSV(B) | 133.26º | 0.83% | 0.45% | - |
| XYZ | 6.67 | 12.33 | 4.04 | - |
| YUV | 77.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 40 | 0.83 | 0 | 0.65 | 0.55 | 133.26 | 0.71 | 0.26 |
| Hex | 13 | 72 | 28 | 53 | 0 | 41 | 37 | 85 | 47 | 1A |
| Octal | 23 | 162 | 50 | 123 | 0 | 101 | 67 | 205 | 107 | 32 |
| Binary | 10011 | 1110010 | 101000 | 1010011 | 0 | 1000001 | 110111 | 10000101 | 1000111 | 11010 |
Color Harmonies of #137228
Complementary color
Monochromatic Colors of #137228
Black with #137228
Text Example
Text Example
White with #137228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137228; }
p { color: rgb(19,114,40); }
H1.HeaderClassName
{
color: #137228;
}
.AnyTagClassName
{
color: #137228;
}
</style>
background-color css
<style>
a { background-color: #137228; }
a { background-color: rgb(19,114,40); }
div.DivClassName
{
background-color: #137228;
}
.BgClassName
{
background-color: #137228;
}
</style>
border-color css
<style>
span { border-color: #137228; }
span { border-color: rgb(19,114,40); }
td.TdClassName
{
border-color: #137228;
}
.TagClassName
{
border-color: #137228;
}
</style>