Shades of Camarone #138330
Tints of Camarone #138330
RGB
CMYK
RGB Variations
Color information
#138330 (or 0x138330) is known color: Camarone. HEX triplet: 13, 83 and 30. RGB value is (19,131,48). Sum of RGB (Red+Green+Blue) = 19+131+48=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 131 (51.56% from 255 or 66.16% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 131 - color contains mainly: green. Hex color #138330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138330 is #EC7CCF. Grayscale: #585858. Windows color (decimal): -15498448 or 3179283. OLE color: 3179283.
HSL color Cylindrical-coordinate representation of color #138330: hue angle of 135.54º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138330 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 131 | 48 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.49 |
| HSL | 135.54º | 0.75% | 0.29% | - |
| HSV(B) | 135.54º | 0.85% | 0.51% | - |
| XYZ | 8.92 | 16.58 | 5.53 | - |
| YUV | 88.05 | 105.39 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 48 | 0.85 | 0 | 0.63 | 0.49 | 135.54 | 0.75 | 0.29 |
| Hex | 13 | 83 | 30 | 55 | 0 | 3F | 31 | 88 | 4B | 1D |
| Octal | 23 | 203 | 60 | 125 | 0 | 77 | 61 | 210 | 113 | 35 |
| Binary | 10011 | 10000011 | 110000 | 1010101 | 0 | 111111 | 110001 | 10001000 | 1001011 | 11101 |
Color Harmonies of #138330
Complementary color
Monochromatic Colors of #138330
Black with #138330
Text Example
Text Example
White with #138330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138330; }
p { color: rgb(19,131,48); }
H1.HeaderClassName
{
color: #138330;
}
.AnyTagClassName
{
color: #138330;
}
</style>
background-color css
<style>
a { background-color: #138330; }
a { background-color: rgb(19,131,48); }
div.DivClassName
{
background-color: #138330;
}
.BgClassName
{
background-color: #138330;
}
</style>
border-color css
<style>
span { border-color: #138330; }
span { border-color: rgb(19,131,48); }
td.TdClassName
{
border-color: #138330;
}
.TagClassName
{
border-color: #138330;
}
</style>