Shades of Camarone #138234
Tints of Camarone #138234
RGB
CMYK
RGB Variations
Color information
#138234 (or 0x138234) is known color: Camarone. HEX triplet: 13, 82 and 34. RGB value is (19,130,52). Sum of RGB (Red+Green+Blue) = 19+130+52=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #138234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138234 is #EC7DCB. Grayscale: #585858. Windows color (decimal): -15498700 or 3441171. OLE color: 3441171.
HSL color Cylindrical-coordinate representation of color #138234: hue angle of 137.84º degrees, saturation: 0.74, 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 #138234 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 52 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.49 |
| HSL | 137.84º | 0.74% | 0.29% | - |
| HSV(B) | 137.84º | 0.85% | 0.51% | - |
| XYZ | 8.87 | 16.35 | 5.94 | - |
| YUV | 87.92 | 107.73 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 52 | 0.85 | 0 | 0.60 | 0.49 | 137.84 | 0.74 | 0.29 |
| Hex | 13 | 82 | 34 | 55 | 0 | 3C | 31 | 8A | 4A | 1D |
| Octal | 23 | 202 | 64 | 125 | 0 | 74 | 61 | 212 | 112 | 35 |
| Binary | 10011 | 10000010 | 110100 | 1010101 | 0 | 111100 | 110001 | 10001010 | 1001010 | 11101 |
Color Harmonies of #138234
Complementary color
Monochromatic Colors of #138234
Black with #138234
Text Example
Text Example
White with #138234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138234; }
p { color: rgb(19,130,52); }
H1.HeaderClassName
{
color: #138234;
}
.AnyTagClassName
{
color: #138234;
}
</style>
background-color css
<style>
a { background-color: #138234; }
a { background-color: rgb(19,130,52); }
div.DivClassName
{
background-color: #138234;
}
.BgClassName
{
background-color: #138234;
}
</style>
border-color css
<style>
span { border-color: #138234; }
span { border-color: rgb(19,130,52); }
td.TdClassName
{
border-color: #138234;
}
.TagClassName
{
border-color: #138234;
}
</style>