Shades of Camarone #188237
Tints of Camarone #188237
RGB
CMYK
RGB Variations
Color information
#188237 (or 0x188237) is known color: Camarone. HEX triplet: 18, 82 and 37. RGB value is (24,130,55). Sum of RGB (Red+Green+Blue) = 24+130+55=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #188237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188237 is #E77DC8. Grayscale: #595959. Windows color (decimal): -15171017 or 3637784. OLE color: 3637784.
HSL color Cylindrical-coordinate representation of color #188237: hue angle of 137.55º degrees, saturation: 0.69, 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 #188237 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 55 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.49 |
| HSL | 137.55º | 0.69% | 0.3% | - |
| HSV(B) | 137.55º | 0.82% | 0.51% | - |
| XYZ | 9.05 | 16.44 | 6.31 | - |
| YUV | 89.76 | 108.38 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 55 | 0.82 | 0 | 0.58 | 0.49 | 137.55 | 0.69 | 0.3 |
| Hex | 18 | 82 | 37 | 52 | 0 | 3A | 31 | 8A | 45 | 1E |
| Octal | 30 | 202 | 67 | 122 | 0 | 72 | 61 | 212 | 105 | 36 |
| Binary | 11000 | 10000010 | 110111 | 1010010 | 0 | 111010 | 110001 | 10001010 | 1000101 | 11110 |
Color Harmonies of #188237
Complementary color
Monochromatic Colors of #188237
Black with #188237
Text Example
Text Example
White with #188237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188237; }
p { color: rgb(24,130,55); }
H1.HeaderClassName
{
color: #188237;
}
.AnyTagClassName
{
color: #188237;
}
</style>
background-color css
<style>
a { background-color: #188237; }
a { background-color: rgb(24,130,55); }
div.DivClassName
{
background-color: #188237;
}
.BgClassName
{
background-color: #188237;
}
</style>
border-color css
<style>
span { border-color: #188237; }
span { border-color: rgb(24,130,55); }
td.TdClassName
{
border-color: #188237;
}
.TagClassName
{
border-color: #188237;
}
</style>