Shades of Camarone #178130
Tints of Camarone #178130
RGB
CMYK
RGB Variations
Color information
#178130 (or 0x178130) is known color: Camarone. HEX triplet: 17, 81 and 30. RGB value is (23,129,48). Sum of RGB (Red+Green+Blue) = 23+129+48=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #178130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #178130 is #E87ECF. Grayscale: #585858. Windows color (decimal): -15236816 or 3178775. OLE color: 3178775.
HSL color Cylindrical-coordinate representation of color #178130: hue angle of 134.15º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #178130 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 129 | 48 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.49 |
| HSL | 134.15º | 0.7% | 0.3% | - |
| HSV(B) | 134.15º | 0.82% | 0.51% | - |
| XYZ | 8.74 | 16.1 | 5.44 | - |
| YUV | 88.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 48 | 0.82 | 0 | 0.63 | 0.49 | 134.15 | 0.7 | 0.3 |
| Hex | 17 | 81 | 30 | 52 | 0 | 3F | 31 | 86 | 46 | 1E |
| Octal | 27 | 201 | 60 | 122 | 0 | 77 | 61 | 206 | 106 | 36 |
| Binary | 10111 | 10000001 | 110000 | 1010010 | 0 | 111111 | 110001 | 10000110 | 1000110 | 11110 |
Color Harmonies of #178130
Complementary color
Monochromatic Colors of #178130
Black with #178130
Text Example
Text Example
White with #178130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178130; }
p { color: rgb(23,129,48); }
H1.HeaderClassName
{
color: #178130;
}
.AnyTagClassName
{
color: #178130;
}
</style>
background-color css
<style>
a { background-color: #178130; }
a { background-color: rgb(23,129,48); }
div.DivClassName
{
background-color: #178130;
}
.BgClassName
{
background-color: #178130;
}
</style>
border-color css
<style>
span { border-color: #178130; }
span { border-color: rgb(23,129,48); }
td.TdClassName
{
border-color: #178130;
}
.TagClassName
{
border-color: #178130;
}
</style>