Shades of Camarone #048128
Tints of Camarone #048128
RGB
CMYK
RGB Variations
Color information
#048128 (or 0x048128) is known color: Camarone. HEX triplet: 04, 81 and 28. RGB value is (4,129,40). Sum of RGB (Red+Green+Blue) = 4+129+40=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 129 (50.78% from 255 or 74.57% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 129 - color contains mainly: green. Hex color #048128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048128 is #FB7ED7. Grayscale: #515151. Windows color (decimal): -16482008 or 2654468. OLE color: 2654468.
HSL color Cylindrical-coordinate representation of color #048128: hue angle of 137.28º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048128 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 40 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.49 |
| HSL | 137.28º | 0.94% | 0.26% | - |
| HSV(B) | 137.28º | 0.97% | 0.51% | - |
| XYZ | 8.28 | 15.88 | 4.64 | - |
| YUV | 81.48 | 104.59 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 40 | 0.97 | 0 | 0.69 | 0.49 | 137.28 | 0.94 | 0.26 |
| Hex | 4 | 81 | 28 | 61 | 0 | 45 | 31 | 89 | 5E | 1A |
| Octal | 4 | 201 | 50 | 141 | 0 | 105 | 61 | 211 | 136 | 32 |
| Binary | 100 | 10000001 | 101000 | 1100001 | 0 | 1000101 | 110001 | 10001001 | 1011110 | 11010 |
Color Harmonies of #048128
Complementary color
Monochromatic Colors of #048128
Black with #048128
Text Example
Text Example
White with #048128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048128; }
p { color: rgb(4,129,40); }
H1.HeaderClassName
{
color: #048128;
}
.AnyTagClassName
{
color: #048128;
}
</style>
background-color css
<style>
a { background-color: #048128; }
a { background-color: rgb(4,129,40); }
div.DivClassName
{
background-color: #048128;
}
.BgClassName
{
background-color: #048128;
}
</style>
border-color css
<style>
span { border-color: #048128; }
span { border-color: rgb(4,129,40); }
td.TdClassName
{
border-color: #048128;
}
.TagClassName
{
border-color: #048128;
}
</style>