Shades of Camarone #138035
Tints of Camarone #138035
RGB
CMYK
RGB Variations
Color information
#138035 (or 0x138035) is known color: Camarone. HEX triplet: 13, 80 and 35. RGB value is (19,128,53). Sum of RGB (Red+Green+Blue) = 19+128+53=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 128 (50.39% from 255 or 64% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 128 - color contains mainly: green. Hex color #138035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138035 is #EC7FCA. Grayscale: #575757. Windows color (decimal): -15499211 or 3506195. OLE color: 3506195.
HSL color Cylindrical-coordinate representation of color #138035: hue angle of 138.72º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138035 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 53 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.50 |
| HSL | 138.72º | 0.74% | 0.29% | - |
| HSV(B) | 138.72º | 0.85% | 0.5% | - |
| XYZ | 8.63 | 15.83 | 5.97 | - |
| YUV | 86.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 53 | 0.85 | 0 | 0.59 | 0.50 | 138.72 | 0.74 | 0.29 |
| Hex | 13 | 80 | 35 | 55 | 0 | 3B | 32 | 8B | 4A | 1D |
| Octal | 23 | 200 | 65 | 125 | 0 | 73 | 62 | 213 | 112 | 35 |
| Binary | 10011 | 10000000 | 110101 | 1010101 | 0 | 111011 | 110010 | 10001011 | 1001010 | 11101 |
Color Harmonies of #138035
Complementary color
Monochromatic Colors of #138035
Black with #138035
Text Example
Text Example
White with #138035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138035; }
p { color: rgb(19,128,53); }
H1.HeaderClassName
{
color: #138035;
}
.AnyTagClassName
{
color: #138035;
}
</style>
background-color css
<style>
a { background-color: #138035; }
a { background-color: rgb(19,128,53); }
div.DivClassName
{
background-color: #138035;
}
.BgClassName
{
background-color: #138035;
}
</style>
border-color css
<style>
span { border-color: #138035; }
span { border-color: rgb(19,128,53); }
td.TdClassName
{
border-color: #138035;
}
.TagClassName
{
border-color: #138035;
}
</style>