Shades of Camarone #008328
Tints of Camarone #008328
RGB
CMYK
RGB Variations
Color information
#008328 (or 0x008328) is known color: Camarone. HEX triplet: 00, 83 and 28. RGB value is (0,131,40). Sum of RGB (Red+Green+Blue) = 0+131+40=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 131 (51.56% from 255 or 76.61% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 131 - color contains mainly: green. Hex color #008328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008328 is #FF7CD7. Grayscale: #515151. Windows color (decimal): -16743640 or 2654976. OLE color: 2654976.
HSL color Cylindrical-coordinate representation of color #008328: hue angle of 138.32º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008328 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 40 | - |
| CMYK | 1 | 0 | 0.69 | 0.49 |
| HSL | 138.32º | 1% | 0.26% | - |
| HSV(B) | 138.32º | 1% | 0.51% | - |
| XYZ | 8.5 | 16.39 | 4.72 | - |
| YUV | 81.46 | 104.6 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 40 | 1 | 0 | 0.69 | 0.49 | 138.32 | 1 | 0.26 |
| Hex | 0 | 83 | 28 | 64 | 0 | 45 | 31 | 8A | 64 | 1A |
| Octal | 0 | 203 | 50 | 144 | 0 | 105 | 61 | 212 | 144 | 32 |
| Binary | 0 | 10000011 | 101000 | 1100100 | 0 | 1000101 | 110001 | 10001010 | 1100100 | 11010 |
Color Harmonies of #008328
Complementary color
Monochromatic Colors of #008328
Black with #008328
Text Example
Text Example
White with #008328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008328; }
p { color: rgb(0,131,40); }
H1.HeaderClassName
{
color: #008328;
}
.AnyTagClassName
{
color: #008328;
}
</style>
background-color css
<style>
a { background-color: #008328; }
a { background-color: rgb(0,131,40); }
div.DivClassName
{
background-color: #008328;
}
.BgClassName
{
background-color: #008328;
}
</style>
border-color css
<style>
span { border-color: #008328; }
span { border-color: rgb(0,131,40); }
td.TdClassName
{
border-color: #008328;
}
.TagClassName
{
border-color: #008328;
}
</style>