Shades of Camarone #148334
Tints of Camarone #148334
RGB
CMYK
RGB Variations
Color information
#148334 (or 0x148334) is known color: Camarone. HEX triplet: 14, 83 and 34. RGB value is (20,131,52). Sum of RGB (Red+Green+Blue) = 20+131+52=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #148334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148334 is #EB7CCB. Grayscale: #595959. Windows color (decimal): -15432908 or 3441428. OLE color: 3441428.
HSL color Cylindrical-coordinate representation of color #148334: hue angle of 137.3º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148334 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 52 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.49 |
| HSL | 137.3º | 0.74% | 0.3% | - |
| HSV(B) | 137.3º | 0.85% | 0.51% | - |
| XYZ | 9.02 | 16.63 | 5.98 | - |
| YUV | 88.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 52 | 0.85 | 0 | 0.60 | 0.49 | 137.3 | 0.74 | 0.3 |
| Hex | 14 | 83 | 34 | 55 | 0 | 3C | 31 | 89 | 4A | 1E |
| Octal | 24 | 203 | 64 | 125 | 0 | 74 | 61 | 211 | 112 | 36 |
| Binary | 10100 | 10000011 | 110100 | 1010101 | 0 | 111100 | 110001 | 10001001 | 1001010 | 11110 |
Color Harmonies of #148334
Complementary color
Monochromatic Colors of #148334
Black with #148334
Text Example
Text Example
White with #148334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148334; }
p { color: rgb(20,131,52); }
H1.HeaderClassName
{
color: #148334;
}
.AnyTagClassName
{
color: #148334;
}
</style>
background-color css
<style>
a { background-color: #148334; }
a { background-color: rgb(20,131,52); }
div.DivClassName
{
background-color: #148334;
}
.BgClassName
{
background-color: #148334;
}
</style>
border-color css
<style>
span { border-color: #148334; }
span { border-color: rgb(20,131,52); }
td.TdClassName
{
border-color: #148334;
}
.TagClassName
{
border-color: #148334;
}
</style>