Shades of Camarone #04822B
Tints of Camarone #04822B
RGB
CMYK
RGB Variations
Color information
#04822B (or 0x04822B) is known color: Camarone. HEX triplet: 04, 82 and 2B. RGB value is (4,130,43). Sum of RGB (Red+Green+Blue) = 4+130+43=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 130 (51.17% from 255 or 73.45% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 130 - color contains mainly: green. Hex color #04822B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04822B is #FB7DD4. Grayscale: #525252. Windows color (decimal): -16481749 or 2851332. OLE color: 2851332.
HSL color Cylindrical-coordinate representation of color #04822B: hue angle of 138.57º 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 #04822B is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 43 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.49 |
| HSL | 138.57º | 0.94% | 0.26% | - |
| HSV(B) | 138.57º | 0.97% | 0.51% | - |
| XYZ | 8.47 | 16.17 | 4.96 | - |
| YUV | 82.41 | 105.76 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 43 | 0.97 | 0 | 0.67 | 0.49 | 138.57 | 0.94 | 0.26 |
| Hex | 4 | 82 | 2B | 61 | 0 | 43 | 31 | 8B | 5E | 1A |
| Octal | 4 | 202 | 53 | 141 | 0 | 103 | 61 | 213 | 136 | 32 |
| Binary | 100 | 10000010 | 101011 | 1100001 | 0 | 1000011 | 110001 | 10001011 | 1011110 | 11010 |
Color Harmonies of #04822B
Complementary color
Monochromatic Colors of #04822B
Black with #04822B
Text Example
Text Example
White with #04822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04822B; }
p { color: rgb(4,130,43); }
H1.HeaderClassName
{
color: #04822B;
}
.AnyTagClassName
{
color: #04822B;
}
</style>
background-color css
<style>
a { background-color: #04822B; }
a { background-color: rgb(4,130,43); }
div.DivClassName
{
background-color: #04822B;
}
.BgClassName
{
background-color: #04822B;
}
</style>
border-color css
<style>
span { border-color: #04822B; }
span { border-color: rgb(4,130,43); }
td.TdClassName
{
border-color: #04822B;
}
.TagClassName
{
border-color: #04822B;
}
</style>