Shades of Camarone #148133
Tints of Camarone #148133
RGB
CMYK
RGB Variations
Color information
#148133 (or 0x148133) is known color: Camarone. HEX triplet: 14, 81 and 33. RGB value is (20,129,51). Sum of RGB (Red+Green+Blue) = 20+129+51=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #148133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148133 is #EB7ECC. Grayscale: #575757. Windows color (decimal): -15433421 or 3375380. OLE color: 3375380.
HSL color Cylindrical-coordinate representation of color #148133: hue angle of 137.06º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148133 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 51 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.49 |
| HSL | 137.06º | 0.73% | 0.29% | - |
| HSV(B) | 137.06º | 0.84% | 0.51% | - |
| XYZ | 8.74 | 16.09 | 5.78 | - |
| YUV | 87.52 | 107.39 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 51 | 0.84 | 0 | 0.60 | 0.49 | 137.06 | 0.73 | 0.29 |
| Hex | 14 | 81 | 33 | 54 | 0 | 3C | 31 | 89 | 49 | 1D |
| Octal | 24 | 201 | 63 | 124 | 0 | 74 | 61 | 211 | 111 | 35 |
| Binary | 10100 | 10000001 | 110011 | 1010100 | 0 | 111100 | 110001 | 10001001 | 1001001 | 11101 |
Color Harmonies of #148133
Complementary color
Monochromatic Colors of #148133
Black with #148133
Text Example
Text Example
White with #148133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148133; }
p { color: rgb(20,129,51); }
H1.HeaderClassName
{
color: #148133;
}
.AnyTagClassName
{
color: #148133;
}
</style>
background-color css
<style>
a { background-color: #148133; }
a { background-color: rgb(20,129,51); }
div.DivClassName
{
background-color: #148133;
}
.BgClassName
{
background-color: #148133;
}
</style>
border-color css
<style>
span { border-color: #148133; }
span { border-color: rgb(20,129,51); }
td.TdClassName
{
border-color: #148133;
}
.TagClassName
{
border-color: #148133;
}
</style>