Shades of Camarone #188235
Tints of Camarone #188235
RGB
CMYK
RGB Variations
Color information
#188235 (or 0x188235) is known color: Camarone. HEX triplet: 18, 82 and 35. RGB value is (24,130,53). Sum of RGB (Red+Green+Blue) = 24+130+53=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #188235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188235 is #E77DCA. Grayscale: #595959. Windows color (decimal): -15171019 or 3506712. OLE color: 3506712.
HSL color Cylindrical-coordinate representation of color #188235: hue angle of 136.42º 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 #188235 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 53 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.49 |
| HSL | 136.42º | 0.69% | 0.3% | - |
| HSV(B) | 136.42º | 0.82% | 0.51% | - |
| XYZ | 9 | 16.42 | 6.06 | - |
| YUV | 89.53 | 107.38 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 53 | 0.82 | 0 | 0.59 | 0.49 | 136.42 | 0.69 | 0.3 |
| Hex | 18 | 82 | 35 | 52 | 0 | 3B | 31 | 88 | 45 | 1E |
| Octal | 30 | 202 | 65 | 122 | 0 | 73 | 61 | 210 | 105 | 36 |
| Binary | 11000 | 10000010 | 110101 | 1010010 | 0 | 111011 | 110001 | 10001000 | 1000101 | 11110 |
Color Harmonies of #188235
Complementary color
Monochromatic Colors of #188235
Black with #188235
Text Example
Text Example
White with #188235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188235; }
p { color: rgb(24,130,53); }
H1.HeaderClassName
{
color: #188235;
}
.AnyTagClassName
{
color: #188235;
}
</style>
background-color css
<style>
a { background-color: #188235; }
a { background-color: rgb(24,130,53); }
div.DivClassName
{
background-color: #188235;
}
.BgClassName
{
background-color: #188235;
}
</style>
border-color css
<style>
span { border-color: #188235; }
span { border-color: rgb(24,130,53); }
td.TdClassName
{
border-color: #188235;
}
.TagClassName
{
border-color: #188235;
}
</style>