Shades of Camarone #04812A
Tints of Camarone #04812A
RGB
CMYK
RGB Variations
Color information
#04812A (or 0x04812A) is known color: Camarone. HEX triplet: 04, 81 and 2A. RGB value is (4,129,42). Sum of RGB (Red+Green+Blue) = 4+129+42=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 129 (50.78% from 255 or 73.71% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 129 - color contains mainly: green. Hex color #04812A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04812A is #FB7ED5. Grayscale: #515151. Windows color (decimal): -16482006 or 2785540. OLE color: 2785540.
HSL color Cylindrical-coordinate representation of color #04812A: hue angle of 138.24º 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 #04812A is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 42 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.49 |
| HSL | 138.24º | 0.94% | 0.26% | - |
| HSV(B) | 138.24º | 0.97% | 0.51% | - |
| XYZ | 8.32 | 15.89 | 4.82 | - |
| YUV | 81.71 | 105.59 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 42 | 0.97 | 0 | 0.67 | 0.49 | 138.24 | 0.94 | 0.26 |
| Hex | 4 | 81 | 2A | 61 | 0 | 43 | 31 | 8A | 5E | 1A |
| Octal | 4 | 201 | 52 | 141 | 0 | 103 | 61 | 212 | 136 | 32 |
| Binary | 100 | 10000001 | 101010 | 1100001 | 0 | 1000011 | 110001 | 10001010 | 1011110 | 11010 |
Color Harmonies of #04812A
Complementary color
Monochromatic Colors of #04812A
Black with #04812A
Text Example
Text Example
White with #04812A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04812A; }
p { color: rgb(4,129,42); }
H1.HeaderClassName
{
color: #04812A;
}
.AnyTagClassName
{
color: #04812A;
}
</style>
background-color css
<style>
a { background-color: #04812A; }
a { background-color: rgb(4,129,42); }
div.DivClassName
{
background-color: #04812A;
}
.BgClassName
{
background-color: #04812A;
}
</style>
border-color css
<style>
span { border-color: #04812A; }
span { border-color: rgb(4,129,42); }
td.TdClassName
{
border-color: #04812A;
}
.TagClassName
{
border-color: #04812A;
}
</style>