Shades of Camarone #138533
Tints of Camarone #138533
RGB
CMYK
RGB Variations
Color information
#138533 (or 0x138533) is known color: Camarone. HEX triplet: 13, 85 and 33. RGB value is (19,133,51). Sum of RGB (Red+Green+Blue) = 19+133+51=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #138533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138533 is #EC7ACC. Grayscale: #595959. Windows color (decimal): -15497933 or 3376403. OLE color: 3376403.
HSL color Cylindrical-coordinate representation of color #138533: hue angle of 136.84º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138533 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 51 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.48 |
| HSL | 136.84º | 0.75% | 0.3% | - |
| HSV(B) | 136.84º | 0.86% | 0.52% | - |
| XYZ | 9.25 | 17.15 | 5.96 | - |
| YUV | 89.57 | 106.23 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 51 | 0.86 | 0 | 0.62 | 0.48 | 136.84 | 0.75 | 0.3 |
| Hex | 13 | 85 | 33 | 56 | 0 | 3E | 30 | 89 | 4B | 1E |
| Octal | 23 | 205 | 63 | 126 | 0 | 76 | 60 | 211 | 113 | 36 |
| Binary | 10011 | 10000101 | 110011 | 1010110 | 0 | 111110 | 110000 | 10001001 | 1001011 | 11110 |
Color Harmonies of #138533
Complementary color
Monochromatic Colors of #138533
Black with #138533
Text Example
Text Example
White with #138533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138533; }
p { color: rgb(19,133,51); }
H1.HeaderClassName
{
color: #138533;
}
.AnyTagClassName
{
color: #138533;
}
</style>
background-color css
<style>
a { background-color: #138533; }
a { background-color: rgb(19,133,51); }
div.DivClassName
{
background-color: #138533;
}
.BgClassName
{
background-color: #138533;
}
</style>
border-color css
<style>
span { border-color: #138533; }
span { border-color: rgb(19,133,51); }
td.TdClassName
{
border-color: #138533;
}
.TagClassName
{
border-color: #138533;
}
</style>