Shades of Camarone #08732B
Tints of Camarone #08732B
RGB
CMYK
RGB Variations
Color information
#08732B (or 0x08732B) is known color: Camarone. HEX triplet: 08, 73 and 2B. RGB value is (8,115,43). Sum of RGB (Red+Green+Blue) = 8+115+43=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #08732B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08732B is #F78CD4. Grayscale: #4A4A4A. Windows color (decimal): -16223445 or 2847496. OLE color: 2847496.
HSL color Cylindrical-coordinate representation of color #08732B: hue angle of 139.63º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08732B is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 115 | 43 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.55 |
| HSL | 139.63º | 0.87% | 0.24% | - |
| HSV(B) | 139.63º | 0.93% | 0.45% | - |
| XYZ | 6.67 | 12.49 | 4.34 | - |
| YUV | 74.8 | 110.05 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 43 | 0.93 | 0 | 0.63 | 0.55 | 139.63 | 0.87 | 0.24 |
| Hex | 8 | 73 | 2B | 5D | 0 | 3F | 37 | 8C | 57 | 18 |
| Octal | 10 | 163 | 53 | 135 | 0 | 77 | 67 | 214 | 127 | 30 |
| Binary | 1000 | 1110011 | 101011 | 1011101 | 0 | 111111 | 110111 | 10001100 | 1010111 | 11000 |
Color Harmonies of #08732B
Complementary color
Monochromatic Colors of #08732B
Black with #08732B
Text Example
Text Example
White with #08732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08732B; }
p { color: rgb(8,115,43); }
H1.HeaderClassName
{
color: #08732B;
}
.AnyTagClassName
{
color: #08732B;
}
</style>
background-color css
<style>
a { background-color: #08732B; }
a { background-color: rgb(8,115,43); }
div.DivClassName
{
background-color: #08732B;
}
.BgClassName
{
background-color: #08732B;
}
</style>
border-color css
<style>
span { border-color: #08732B; }
span { border-color: rgb(8,115,43); }
td.TdClassName
{
border-color: #08732B;
}
.TagClassName
{
border-color: #08732B;
}
</style>