Shades of Camarone #316F42
Tints of Camarone #316F42
RGB
CMYK
RGB Variations
Color information
#316F42 (or 0x316F42) is known color: Camarone. HEX triplet: 31, 6F and 42. RGB value is (49,111,66). Sum of RGB (Red+Green+Blue) = 49+111+66=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #316F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F42 is #CE90BD. Grayscale: #575757. Windows color (decimal): -13537470 or 4353841. OLE color: 4353841.
HSL color Cylindrical-coordinate representation of color #316F42: hue angle of 136.45º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F42 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 66 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.56 |
| HSL | 136.45º | 0.39% | 0.31% | - |
| HSV(B) | 136.45º | 0.56% | 0.44% | - |
| XYZ | 7.93 | 12.42 | 7.13 | - |
| YUV | 87.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 66 | 0.56 | 0 | 0.41 | 0.56 | 136.45 | 0.39 | 0.31 |
| Hex | 31 | 6F | 42 | 38 | 0 | 29 | 38 | 88 | 27 | 1F |
| Octal | 61 | 157 | 102 | 70 | 0 | 51 | 70 | 210 | 47 | 37 |
| Binary | 110001 | 1101111 | 1000010 | 111000 | 0 | 101001 | 111000 | 10001000 | 100111 | 11111 |
Color Harmonies of #316F42
Complementary color
Monochromatic Colors of #316F42
Black with #316F42
Text Example
Text Example
White with #316F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F42; }
p { color: rgb(49,111,66); }
H1.HeaderClassName
{
color: #316F42;
}
.AnyTagClassName
{
color: #316F42;
}
</style>
background-color css
<style>
a { background-color: #316F42; }
a { background-color: rgb(49,111,66); }
div.DivClassName
{
background-color: #316F42;
}
.BgClassName
{
background-color: #316F42;
}
</style>
border-color css
<style>
span { border-color: #316F42; }
span { border-color: rgb(49,111,66); }
td.TdClassName
{
border-color: #316F42;
}
.TagClassName
{
border-color: #316F42;
}
</style>