Shades of Camarone #188535
Tints of Camarone #188535
RGB
CMYK
RGB Variations
Color information
#188535 (or 0x188535) is known color: Camarone. HEX triplet: 18, 85 and 35. RGB value is (24,133,53). Sum of RGB (Red+Green+Blue) = 24+133+53=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #188535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188535 is #E77ACA. Grayscale: #5B5B5B. Windows color (decimal): -15170251 or 3507480. OLE color: 3507480.
HSL color Cylindrical-coordinate representation of color #188535: hue angle of 135.96º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188535 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 53 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.48 |
| HSL | 135.96º | 0.69% | 0.31% | - |
| HSV(B) | 135.96º | 0.82% | 0.52% | - |
| XYZ | 9.41 | 17.23 | 6.2 | - |
| YUV | 91.29 | 106.39 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 53 | 0.82 | 0 | 0.60 | 0.48 | 135.96 | 0.69 | 0.31 |
| Hex | 18 | 85 | 35 | 52 | 0 | 3C | 30 | 88 | 45 | 1F |
| Octal | 30 | 205 | 65 | 122 | 0 | 74 | 60 | 210 | 105 | 37 |
| Binary | 11000 | 10000101 | 110101 | 1010010 | 0 | 111100 | 110000 | 10001000 | 1000101 | 11111 |
Color Harmonies of #188535
Complementary color
Monochromatic Colors of #188535
Black with #188535
Text Example
Text Example
White with #188535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188535; }
p { color: rgb(24,133,53); }
H1.HeaderClassName
{
color: #188535;
}
.AnyTagClassName
{
color: #188535;
}
</style>
background-color css
<style>
a { background-color: #188535; }
a { background-color: rgb(24,133,53); }
div.DivClassName
{
background-color: #188535;
}
.BgClassName
{
background-color: #188535;
}
</style>
border-color css
<style>
span { border-color: #188535; }
span { border-color: rgb(24,133,53); }
td.TdClassName
{
border-color: #188535;
}
.TagClassName
{
border-color: #188535;
}
</style>